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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Evan0211
Creator II
Creator II

Displaying data based off a date value

I am looking to limit my data where PERF_END_DATE >= now and <= a year from now but I think I have a syntax error.

Here is the expression:

=if([PERF_END_DATE]= {">=$(=timestamp(now()))<=$(=timestamp(now() + 365))"},[PERF_END_DATE])

I am getting a ')' expected error.  Any help would be greatly appreciated.

0 Replies