Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
create variable like vMax=max(date)
='>=$(vMax)'
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
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