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

values in a text box need to remain unchanged when a selection is made

Hi All

 

I have a 2 text boxes, one is displaying Customer conversations published (volumes of 201 871) and the other one Actioned/ Unactioned /Inferred depending on a list box selection. The list box has actioned ,inferred and unactioned values. So what I need is for the Customer conversations published text box to remain unchanged when I make a selection so that the user can compare the actioning to the total always.

I've attached the example

Please assist on how I need to this. Thanks

1 Solution

Accepted Solutions
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

I am not sure how do you calculate your expressions but this script ignores all the selections:

Sum ( {1 <Year = {2007, 2008}, Country = {‘USA’}> } Sales)

 

You will find this link useful as there are everything you need to know about Set analysis:

http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/SetAnalysis/set-an...

View solution in original post

1 Reply
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

I am not sure how do you calculate your expressions but this script ignores all the selections:

Sum ( {1 <Year = {2007, 2008}, Country = {‘USA’}> } Sales)

 

You will find this link useful as there are everything you need to know about Set analysis:

http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/SetAnalysis/set-an...