Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
fmazzarelli
Partner - Creator III
Partner - Creator III

Pivot table: header

Hi Community,

how to change the column heading in relation to a value ?


Example header
if 1 = Cost
if 2 = Revenue
if Total = 3

3 Replies
robert_mika
Master III
Master III

Do you want use variable to change the field in your table or just the heading?

how is the 1,2,3 defined?

settu_periasamy
Master III
Master III

Hi,

Try it in your calculated dimension..

Pick(Match(Field,'Cost','Revenue','Total'),'Cost','Revenue','Total')

SreeniJD
Specialist
Specialist

Try this..

Pick(Match(Dimension,'1','2','3'),'Cost','Revenue','Total')

Sreeni