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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Olya
Contributor II
Contributor II

Restrict the number of values in front end

Hi all,

 

I have a question: e.g. I have different dates in a format "YYYY-MM-DD". However, I would like to show in a list chart only values which are not older than "2000-01-01". Is it possible to make this selection in a list chart or I can do it only in a back-end?

 

Thanks

1 Solution

Accepted Solutions
Taoufiq_Zarra

maye be in dimension :

if(YOURDATE<='2000-01-01',YOURDATE) and Supress when value is NULL

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

1 Reply
Taoufiq_Zarra

maye be in dimension :

if(YOURDATE<='2000-01-01',YOURDATE) and Supress when value is NULL

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉