Question
When Condition on a cell in repeating grid
Hi,
I have a section in APP-Work class which has a repeating grid populated from a property in Work- class.
I have two columns in the repeating grid called System and Error. On each row I need to show the value of Error only if value of System contains a specific string. I tried to implement this with visibility conditions but I could not build an expression there. When I try to apply a when rule, the entire section stops displaying regardless of the contents of when rule. How can I resolve this?
You can have an intermediary pagelist property and set values using a data transform where you can apply when condition.
Use the new pagelist to source the grid.