Question
incompatible operands of type Record Field and type Boolean.
In my interface, I have many read-only field. I need to display them only when a field in the table ( isshow is set to true).
For this, I included a showwhen : abcsample.isshow = true. But this is throwing me the below error:
