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: 
Anonymous
Not applicable

how to get a previous value in a text object

Hi,

I have a field D which has values 1 to 20

Now i created a Text object in that if i select an value 7.The previous value of 7 i.e., 6 want to appear on the text object please clarify my doubt.

Thanks in advance.

13 Replies
Anonymous
Not applicable
Author

wow great !!

Thank you for your answer...!!

Anonymous
Not applicable
Author

Sorry Another Question what we want to do If I want the same answer in pivot table..coz Accumulation is not available in pivot chart..

bbi_mba_76
Partner - Specialist
Partner - Specialist

You could try with something of similar

=rangesum(Sum(D),above(Sum(D),1,rowno()))

Anonymous
Not applicable
Author

Thanks a Lot..:)