Skip to main content
hema.mathivathanan
May 23, 2023
Question

incompatible operands of type Record Field and type Boolean.

  • May 23, 2023
  • 7 replies
  • 0 views

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:

Interface Definition: Expression evaluation error at function a!headerContentLayout: Cannot compare incompatible operands of type Record Field and type Boolean.

In this case, how can I give this condition. Can someone help me here?

    7 replies

    stefanhelzle0001
    Brainy
    May 23, 2023

    Can you share this piece of code?

    hema.mathivathanan
    May 23, 2023

    stefanhelzle0001
    Brainy
    May 23, 2023

    You are aware that the code for showWhen is of incorrect syntax!?! It misses a domain prefix.

    What kind of data is this abcsample?