Hi,
this is my first post and i hope anyone can help me.
In my table i have follow situation:
DossNr. | Name | Status 1 | Status 2
2776 TEST1 0 33
2776 TEST1 33 49
2776 TEST2 0 34
…
I would like to hide the entries, if Status 2 and Status 1 (next entry) are the same.
I create a Measure Variable(status3) with IF Previous(Status 2) = Status 1 Then “yes”
And now, i would like to hide alle entries with Status 3 = yes
How can i do that ?
Thanks a lot
Best regards,
Marcus
mdawideit (BOB member since 2011-01-27)