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: 
cscherer
Contributor
Contributor

Variable values per day

Hello,

I´ve got a problem with a variable: how can I see variable values per day, when I put a varible in a table graph? I only see the total value, but every day.

variable = sum(sale)

How do I have to use set analysis?

Thanks for your help,

C.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

May be like in attached sample?

View solution in original post

4 Replies
tresesco
MVP
MVP

May be like in attached sample?

cscherer
Contributor
Contributor
Author

thank you! I didn´t know that I have to use $() in the formula as well. thanks!

Anil_Babu_Samineni

In fact, You don't require $ at this point. And you may used = before that. That may the issue

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
cscherer
Contributor
Contributor
Author

ok, thanks for the info.