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: 
tauceef9
Creator
Creator

how to add a manual column in pivot table

Hello Friends,

I am creating a pivot table where I have one column "SLA Description" in Rows section with below code:

=ValueList('Demand ASA','First Tier Resolution','Incident P1 Response Critical')

with that a month column and a measure using pick(match()) function.

I want to add one more column under Rows "SLA Threshold" using below code:

=Pick(Match(ValueList('Demand ASA','First Tier Resolution','Incident P1 Response Critical')

,'Demand ASA','First Tier Resolution','Incident P1 Response Critical'),

Col1,Col2,Col3)

but it is not displaying anything. Col1,2,3 values are coming directly from a excel file.

My ultimate aim is below table:

pivotissue.png

Any help would be great.

Regards,

Tauceef

1 Solution

Accepted Solutions
tauceef9
Creator
Creator
Author

Have solved the issue by creating a temporary table using inline load for "SLA Description" values and used this in "IF" condition to create "SLA Threshold" column, that way it works.

Regards,

Tauceef

View solution in original post

1 Reply
tauceef9
Creator
Creator
Author

Have solved the issue by creating a temporary table using inline load for "SLA Description" values and used this in "IF" condition to create "SLA Threshold" column, that way it works.

Regards,

Tauceef