Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

1 Reply
Anil_Babu_Samineni

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