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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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)