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: 
prabhas277
Creator
Creator

add all values

Hi Experts,

I have four text boxes in that values are like 10,20,30,40, like that and these values are  changed automatically. but my req is place a new text box in that box show total values in all text box Like (90).

3 Replies
swuehl
MVP
MVP

Your text boxes probably hold expressions, like

=Sum(Value)

=Count(ID)

Now, create a new text box using:

=Rangesum( Sum(Value), Count(ID )

Not applicable

from which dimension are all these values coming from in text boxes?

Kushal_Chawda

=Rangesum(Expression of Texbox 1, Expression of Texbox 2, Expression of Texbox 3)