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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
MarkusG
Contributor III
Contributor III

variable not running

Hi everyone,

i´m not the expert in variable and i don´t get one running.

I made a variable for yesterday and it works, but as soon as i try to calculate with that variable it doesn´t work anymore. can someone help me please?

see attached qvd

 

Thank you Markus

1 Solution

Accepted Solutions
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

you have to set the variable as date. Try in this way:

=Sum({<Date={'$(=Date($(vYesterday)))'}>}Time)

View solution in original post

2 Replies
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

you have to set the variable as date. Try in this way:

=Sum({<Date={'$(=Date($(vYesterday)))'}>}Time)

MarkusG
Contributor III
Contributor III
Author

Dear StarinieriG,

thank you it works well.