Question
Limit what item to display on Grid Repeat
In my application, each case contains a page list property that is of class Data-Issue. On a screen in the context of a specific case, I want to display the list of unresolved items on that case, i.e. the property Status does not have a value of "Resolved." One option I have try is to add to add a when test as the cell inline style on each control of a row. While the solution works, it does not seem elegance. I wonder is there a better alternative?
Thanks
Ben
***Edited by Maryrita, moderator: moved to Product Support from Appliations***
Hi Ben,
You could create a Report Definition (RD) to display all the items and add a filter where the status does not contain the value Resolved. This will ensure the RD displays the items that are unresolved. You can then use the report definition as the source of the repeat grid.
Hope this helps!
Thanks,
Gisela