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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ffcrafael
Contributor
Contributor

Pivot adding column custom header

Hello Fellow Qlik user,

I'm new to Qlik pivot table, I want to know if there's a way to create exactly like 'CURRENT MONTH', 'PREV MONTH' 'YTD' headers on Qlik Sense pivot table? 🙂

 

Pivot Title Custom Header.jpg

 

Best regards,

rafael

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Probably not.
Perhaps by creating a dimension with these values and then adding that dimension to the pivot table.

That dimension should come from a table looking something like this:

PivotHeaders:
LOAD * INLINE [
HeaderDimension, MetricDimension
CURRENT MONTH, TARGET
CURRENT MONTH, ACTUAL
CURRENT MONTH, PERF
C.Month, Growth vs PREV Month
CURRENT MONTH, TARGET
CURRENT MONTH, ACTUAL
CURRENT MONTH, PERF
YTD, TARGET
YTD, ACTUAL
YTD, PERF
];

 


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Probably not.
Perhaps by creating a dimension with these values and then adding that dimension to the pivot table.

That dimension should come from a table looking something like this:

PivotHeaders:
LOAD * INLINE [
HeaderDimension, MetricDimension
CURRENT MONTH, TARGET
CURRENT MONTH, ACTUAL
CURRENT MONTH, PERF
C.Month, Growth vs PREV Month
CURRENT MONTH, TARGET
CURRENT MONTH, ACTUAL
CURRENT MONTH, PERF
YTD, TARGET
YTD, ACTUAL
YTD, PERF
];

 


talk is cheap, supply exceeds demand