Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Detaching text box

Hi,

I want to display sum of max values from three fields in text object and i dont want this value to be changed with other selcetion.

In text box, "=max(Inv1_Energy)+max(Inv2_Energy)+max(Inv3_Energy)" and this value should not get changed with any other selection.

How to I do that? Please help

Thank you

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like this:

=max({1}Inv1_Energy)+max({1}Inv2_Energy)+max({1}Inv3_Energy)

View solution in original post

2 Replies
tresesco
MVP
MVP

Try like this:

=max({1}Inv1_Energy)+max({1}Inv2_Energy)+max({1}Inv3_Energy)

Not applicable
Author

Thank you.

This is working