Hello everyone,
I'm currently building a worklist with two tabs (Open and Done). I have created an augmented attribute named STATUS which is either NEW (default value) or DONE (will appear in the DONE tab also). Accordingly, I now want to set a filter in the table of the Open Tab to filter out already processed data rows:
FILTER "MARC_AUGMENTED_status"."VALUE"='NEW';
This is only a simple filter, however after publishing the filter, the table shows no existing data rows anymore.
How is this possible?
Does anyone have an idea?
Thanks so much!
BR
Julia Bauer