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: 
Not applicable

Input box value into Expression

Hi,

I have a chart that I am using to display the total magazine orders received by particular publisher alonsgide those for all publishers acheieved currently by using two expressions as follows:

sum({$<[Mag Publisher Name]= 'PUBLISHER_NAME'>} [Gross Subscriptions])

sum({[Gross Subscriptions])



Ideally I now want to be able to pass the value from an input box into the first expression so that the end user can pick which publisher to they want to compare the overall figures against. I have created a variable but can't work out it should be used!

Thanks in advance,

Will



1 Reply
johnw
Champion III
Champion III

How about this approach instead:

sum([Gross Subscriptions])
sum({<[Mag Publisher Name]=>}[Gross Subscriptions])

Then select the publisher like normal. One chart will show only that publisher. The other will ignore the publisher selection, show would show all publishers, or at least all publishers that match OTHER selections.