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