Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a table like below
Date | Col1 | Col2 |
26/04/2014 | AA1 | OK |
27/04/2014 | AA1 | OK |
28/04/2014 | AA2 | OK |
29/04/2014 | AA2 | Test |
30/04/2014 | AA2 | OK |
I need to highlight Col1 if there is any change in Col2 when compared with previous date.
Here in eg. Col1 = AA2 has "OK" on 30/04/2014 and has "Test" on 29/04/2014.
I need to highlight AA2 in 30/04/2014.
Cheers
Ren
May be like attached qvw?
I cant use above function..
Why so?
I wont be using month/Date as dimension in the chart. I am looking something we can achieve using Set Analysis.
It takes the max(Date) and Max(Date)-1 and compares the Col2, if not equal then highlight them.
Can you do this in your load script? Order by date and use the PEEK function to review the prior row
Please try this
Could you share your sample qvw?