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

Sheet object mapping table

Is there a sheet object in the Full Browser version which could be used as a Mapping table, so that the created Mapping Table can be used in a Calculated Dimension in a Pivot Table ?

What is a way to create a mapping table which can be used in a calculated Dimension in the Pivot Table ?

Labels (1)
2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, there isn't.

You can try putting an expression in a variable:

pick(match( DimensionValue, 'MapValueA', 'MapValueB', .... 'MapValueXYZ'), 'ReplacedValueA','ReplacedValueB','ReplacedValueC',...,'ReplacedValueXYZ')


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks I will try.

Is it possible to

1/ use match and pick in a calculated dimension

2/ create a new variable in the QV Full Browser version ?

Thanks again for your help