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: 
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).

Labels (1)
3 Replies
swuehl
Champion III
Champion III

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

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