Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

Try this

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

View solution in original post

2 Replies
sunny_talwar

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!