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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try like this:

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

View solution in original post

2 Replies
tresB
Champion III
Champion III

Try like this:

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

Not applicable
Author

Thank you.

This is working