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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
zebhashmi
Specialist
Specialist

Hard Date vs Calculated

Sum({<Date_End ={'5/21/2018'}>}Salary) this is working

and this is not working

Sum({<Date_End ={"=Date(floor(ReloadTime()),'MM/DD/YYYY')"}>}Salary)

any idea?

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this

Sum({<Date_End = {"$(=Date(Floor(ReloadTime()), 'M/D/YYYY'))"}>}Salary)

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Try this

Sum({<Date_End = {"$(=Date(Floor(ReloadTime()), 'M/D/YYYY'))"}>}Salary)

zebhashmi
Specialist
Specialist
Author

I believe I tried that

But it worked with yours

Thank you very much!