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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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.

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

May be like in attached sample?

View solution in original post

4 Replies
tresB
Champion III
Champion III

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
MVP
MVP

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.