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: 
Anonymous
Not applicable

Is there a way to display measures vertically in a pivot table?

I am not finding this as an option to have my measures be the rows.

Is there an extension that anyone knows about that allows this?

3 Replies
MK9885
Master II
Master II

It depends how you want it...

Can you show us a sample of what exactly your measure/dimensions are?

OmarBenSalem

Yes you can;

Suppose u have 2 measures u want to show, sum(Expression1) and sum(Expression2) for example.

create a pivot table; as a dimension:

ValueList('Measure1','Measure2')

as a measure:

if(ValueList('Measure1','Measure2')='Measure1', sum(Expression1),sum(Expression2))

result:

Capture.PNG

Anil_Babu_Samineni

Not understand exactly what you need? You title looks Vertical ?? What you mean that, Does it mean related Label ??

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful