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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
abeyphilip
Creator II
Creator II

Re: wanted to display the summarized value as dynamic label

Hi,

Create a text object and in the text column add your expression that will give you the desired value.

make sure that you add an "=" in the beginning.

1 Reply
Not applicable

Hi,

create a Textbox, and in the field "text" just write:

=Sum (Expression1)

or

='The sum is ' & Sum (Expression1)