cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
HansD
Level II

Query Builder filtering on date stored in Varchar(20)

Query Builder - date filter.

SQL Server

JMP version 16.2

In the database (SQL Server) I get the Date field called RETURNDATE in ‘varchar20’ – I would like to use the Calendar functionality in the filter to select my dates

HansD_0-1643119365032.png

 

I tried to create a calculated column (Calc1) and specify CAST([RETURNDATE] as date), which he doesn’t like.

HansD_1-1643119365033.png

 

Using SQL outside Query Builder

SELECT TOP (1000) [LABJOBNO]

      ,[DESPATCHNO]

      ,CAST([RETURNDATE] as date) as CRETURNDATE

No problem

 

Using

Open Database( in JMP JSL with

WHERE ( CONVERT(DATE, DESPATCHRETURN.RETURNDATE, 106) between '01/01/2019' AND '12/31/2019')

Also no problem

 

Query builder doesn’t allow the entering of the quoted date string in the filter

Any advice?

Hans

 

0 REPLIES 0

Recommended Articles