Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Compare Date Formats

Hi guys,

I extracted datas from my oracle database. These datas are in date format, so they look very similar to timestamp format.

So how I can compare them in QlikView? I only want to count the datas which are smaller than system time. My try looks like this:

=count({$<[HK_NAME_KURZ]={'BUDSTART'},[ANZAHL]={">=1"},[BAUP_DATUM_GUELTIG_BIS]={">$(=Timestamp(Now(2)))"}>} [KUNDE_BPR_ID])

Regards, Moe.

1 Solution

Accepted Solutions
Not applicable
Author

Oh, it was my fault. Syntax worked with only Now().

View solution in original post

1 Reply
Not applicable
Author

Oh, it was my fault. Syntax worked with only Now().