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: 
sgg_gaikwad
Partner - Contributor II
Partner - Contributor II

How to perform row level Calculation in Pivot table...?

I was trying to perform row level calculation on these dimension  like   china , india, Japan

=IF(CountryName='China',$(vchina), CountryName)

My Variable Contain ---- sum([Unit Cost])/(sum(Units))---

3 Replies
amit_saini
Master III
Master III

Swapnil,

Do you mean something like that below: (Suppose I'm doing w.r.t row number 25 in my pivot table)

=IF(not isnull(BalancePosition) and rowno <> 25 and Type = vSpalte3,BalancePosition)

Thanks,
AS

maleksafa
Specialist
Specialist

not clear, can you elaborate more your problem?

sgg_gaikwad
Partner - Contributor II
Partner - Contributor II
Author

Capture.PNG.png  

i want to show these ACtual , Budget , Last year Calculation in Percentage for the particular Account Code..