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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

number of iterations

Hello!

How can I calculate number of iterations of [Var]= below ([Var]) in the Line Chart expression??

4 Replies
Not applicable
Author

Can you be more specific?

Do you have a var1 and var2?

greetz,

Dirk

Not applicable
Author

No, I have only Var .

below( Var ) it`s a previous value of Var in Line Chart.

I want to know how many times Var was equal below( Var ) in Line Chart

Not applicable
Author

var/var(below) then you know how many times a value is equal.

Not applicable
Author

=sum(var/var(below)