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: 
Not applicable

Expressions Group

Hi,

I have this entry data

MonthDataTypeValue1Value2
01R101
01O121
02R111
02O152


and this objetct (there is a group of two expressions

Value1 = sum(Value1)

Value2 = sum(Value2)

Test2.jpg

I would like to know if exist any way to calculate the total of the expression shown in the graph at each moment (for example in a Text Object).

Total = 48

Any suggestions?

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Not with an expression group. You can try using a variable. See attached example.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Not with an expression group. You can try using a variable. See attached example.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks. The result is very useful.