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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
MattGrayndler
Former Employee
Former Employee

How to: Select multiple values within a Qlik app

This post describes how to make multiple selections within the same field in a Qlik app. 

  1. In the block picker menu, go to the Qlik Cloud Services blocks and search for the 'Get Field Values By Query' block. Drag this block inside the automation editor and connect it to the start block.
  2. On the Inputs tab, enter your App ID or use "do lookup", then enter your Field name. 
  3. Under 'Field Value Search String' enter your values in the following format 
    ("Value1"|"Value2"|"Value3")

QAA_Multivalues.png

 

If you already have your selections as comma separated values, you can use the Replace formula to get them into the required format. 

QAA-replace.png

 

You can use this in combination with 'Get Straight Table Data', 'Get Expression Value', or 'Get Measure Value' in order to get a subset of your data from your Qlik apps.

Labels (1)
1 Reply
J_Lindberg
Support
Support

Thanks Matt!