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: 
srinivasa1
Creator II
Creator II

Pivot table expersion

Hi

PFA.Im trying to add and substarct amt1 in another expressions each row can anyone guide me how I can achieve this in best way thanks in advance

1 Solution

Accepted Solutions
kumarnatarajan
Partner - Specialist
Partner - Specialist

Hi,

Try This one

EX: RangeSum(Above(TOTAL Sum(Amt1),0,RowNo(TOTAL)))

View solution in original post

2 Replies
sujeetsingh
Master III
Master III

just use peek function in script and you can achieve it

kumarnatarajan
Partner - Specialist
Partner - Specialist

Hi,

Try This one

EX: RangeSum(Above(TOTAL Sum(Amt1),0,RowNo(TOTAL)))