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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jduluc12
Creator
Creator

Using expressions in ActiveDocument GetPossibleValues

Hi,

Is there any way to do something like this

set val1=ActiveDocument.Fields("if(type='A', Number)").GetPossibleValues

instead of 

set val1=ActiveDocument.Fields("Number").GetPossibleValues

Jean

Labels (2)
1 Reply
Vegar
MVP
MVP

You could use concat () instead of getPossibleValues()

 

Concat(Distinct {<Type={'A'}>} Number, ',')