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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Joining values in dimension

Hi I have a pivot table which has a calculated dimension

Dimension   exp 1  exp 2

a                   1        2

b                   3        4

c                    5        7

now the requirement is to combine the 2 fields a and b such that d= a+b and a and b should not be shown

Dimension   exp 1  exp 2

d                    4         6

c                    5        7

also to be noted that this is to be done only on one pivot table rest of the dashboard has it as the original table

any idea how to do this

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use a calculated dimension in your pivot table: =If(match(Dimension,'a','b'),'d',Dimension)


talk is cheap, supply exceeds demand