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

Flagging a change in dimension value

Hoping someone can help with this. I've included a small dummy table to illustrate what I'm trying to accomplish. The actual table has many thousands of rows and a wider date range. Essentially, I've been asked to enhance our current weekly report to flag where an applicant's offer status (OfferStatus field) has changed. I've tried both the peek function in the load script and the above function as part of an expression along with the aggr function in a chart but with limited success. Neither method is allowing me to compare the offer stats by applicant, rather its simply comparing them in a linear fashion as the rows appear in the table.

Does anyone have any ideas as to whether this is possible? (comparing the offer status by applicant to produce a expression value)

Any help would be most appreciated.

Thanks,

Matt

      

Applicant IDDateProgrammeStageOfferStatusChanged? (Y/N)
AP0112/10/2017Law1Conditional
AP0205/09/2017Accounting2Decline
AP0120/10/2017Law1Conditional-Insurance
AP0307/10/2017Art & Design3Unconditional
AP0210/09/2017Accounting1Conditional
AP0316/10/2017Art & Design3No Response
AP0202/10/2017Accounting1Conditional-Firm
AP0419/10/2017Counselling1Unconditional
AP0518/10/2017Artchitecture2Decline
11 Replies
sunny_talwar

It would be difficulty to know without seeing... but may be you need to fix your Order By Statement for the other dimensional fields you have in you actual data set?

mattphillip
Creator II
Creator II
Author

Thanks Sunny. I'll try that.