cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

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