Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Qlik Connect 2025! Where innovative solutions turn your data visions into reality: REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
amantyagi1492
Contributor II
Contributor II

Qlik sense Button Select Values in field using Date with max and greater the equal functionality

In Qlik sense I am implementing a Button 

Setting Action : Select Values in field 

Value:    >=max(Date)

I am getting an error that there is garbage in this expression

Labels (2)
4 Replies
justISO
Specialist
Specialist

Hi, as you already taking max(Date), you don't need to write more or equal ('>='), so I would say just leave max(date) and it should work.

anat
Master
Master

create variable like vMax=max(date)

='>=$(vMax)'

amantyagi1492
Contributor II
Contributor II
Author

Hi, 

I tried that too, but it doesn't work

My date is in format of MM/DD/YYYY HH:MM:SS ex 04/14/2022 18:04:00

amantyagi1492
Contributor II
Contributor II
Author

Hi, 

I tried that too, but it doesn't work

My date is in format of MM/DD/YYYY HH:MM:SS ex 04/14/2022 18:04:00