Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
RobinP
Contributor
Contributor

Show changes based on previous value of fields

Hi All,

I am trying to produce a "Change Event" within a visualisation.

I have some data which is a list of ~50 parameters, each parameter has an Open (1) or Closed (0) value which is logged every 5ish seconds.

I want to look at 6 of the ~50 parameters, and if any of the specified parameters has changed it's value, then make a new measure show a value =/ 0

I've tried this using set analysis and above() function but haven't had any joy trying to combine the two.

My data looks something like this.

 

TimestampOpen/ClosedParameter
2020-01-22 08:50:410.027
2020-01-22 08:50:410.028
2020-01-22 08:50:410.029
2020-01-22 08:50:410.034
2020-01-22 08:50:410.035
2020-01-22 08:50:411.026
2020-01-22 08:50:520.027
2020-01-22 08:50:520.029
2020-01-22 08:50:521.026
2020-01-22 08:50:531.026
2020-01-22 08:50:570.027
2020-01-22 08:50:570.029
2020-01-22 08:50:571.026
2020-01-22 08:50:591.026
2020-01-22 08:51:030.027
2020-01-22 08:51:030.029
2020-01-22 08:51:031.026
2020-01-22 08:51:051.026
2020-01-22 08:51:090.027
2020-01-22 08:51:090.029
2020-01-22 08:51:091.026

 

Any advice appreciated.


Thanks

1 Reply
anushree1
Specialist II
Specialist II

Can you please provide the desired output for the shared sample input