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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Esneider
Partner - Contributor III
Partner - Contributor III

Help with Peek Function

Hi,

It's possible solution this example using peek or Previous function?

Thanks,

Labels (1)
3 Replies
its_anandrjs
Champion III
Champion III

Use Below(sum(Value1))

Take a straight table

Dimension:- Date

Expression:- sum(Value1)

Expression:- Below(sum(Value1))

Expression:- Below(sum(Value1)) -sum(Value1)

Or You can use

Dimension:- Date

Expression:- sum(Value1)

Expression:- Below(Value1)

Expression:- Below(Value1) -sum(Value1)

In front end you are able to do this.

Regards

tresB
Champion III
Champion III

In the front end, try like = Below(Value1)  

Anonymous
Not applicable

Hi William,

         Please find the attached application n according to your requirement.

DateValue1Value2ResultActual_Result
1/1/201410201010
1/2/201420301010
1/3/201430451515
1/4/2014455055
1/5/201450601010
1/6/201460903030
1/7/201490900810810
1/8/20149001000100100
1/9/20141000250015001500
1/10/20142500

SHAIK