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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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 ?

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