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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculated Expression in Pivot Table

Hi:

I have a pivot table with Sales $ in the expression and Market, Year & Month as dimensions. But I would like to add a calculated expression just one time at the very end of the table and do not want it to appear against each month.

Would this be possible.

thanks

Kumar

3 Replies
its_anandrjs
Champion III
Champion III

Hi,

Can you explain more with a sort of small example.

Thanks & Regards

chiru_thota
Specialist
Specialist

you can do it with Pick function instead of individual expression I guess.

Ex

Pick(MetricSequence,if(condition,sum(sales)),sum(Profit),Sum(staff)) etc

srchilukoori
Specialist
Specialist

do you have a screenshot or an excel sample ?