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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Group Expressions

Hello,

I am doing the following pivot table:       

        

Cost per UnitCost TotalIncome per UnitIncome TotalProfit per UnitTotal Profit
Client

But now i want to Group the expressions by Cost, Income and Profit.

¿How can it be done to get something like this?

       

                         CostIncomeProfit
Cost per UnitCost TotalIncome per UnitIncome TotalProfit per UnitTotal Profit
Client

Thank you

Labels (1)
1 Reply
Anil_Babu_Samineni
MVP
MVP

You may create one value list with that

Dimension - ValueList('cost','income','profit')

Expression - sum(costperunit)

Sum(income)

Sum(profit)

Then give partial sum from presentation

Now, my question is does.cost, income, profit coming from one table or different table.

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