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

Announcements
Qlik Unveils New Agentic Capabilities Across Analytics, Data Engineering, and Trust: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
StephenDunn
Contributor III
Contributor III

Using a variable fieldname in a Filter List block

Hi,

in a Qlik Cloud automation, within a filter block, I need to use a variable as the fieldname.

How would this look in the If statement?

Without a variable, the name is stated like:   'Required Fieldname'

I've tried replacing that with various options (after toggling the parsing option to allow JSON input) :-

  '{ $.requiredFieldName }'

  { $.requiredFieldName }

  =''{ $.requiredFieldName }'

  '={ $.requiredFieldName }'

and similar, but nothing I've tried is working.

Thank you.

 

Labels (2)
0 Replies