Skip to main content
kavyam0002
November 8, 2022
Question

if condition

  • November 8, 2022
  • 4 replies
  • 0 views

Hi, here from line 515 if condition is executing but it's showing only highlighted one not the remaining conditions. it has to show the remaining list of data but not showing what might be the reason for that 

    4 replies

    sunilnaikb0002
    November 8, 2022

    Hi,

    Can you explain what all those if conditions which are in the third parameter of the parent if() function?

    kavyam0002
    November 8, 2022

    so like this it will show

    sunilnaikb0002
    November 8, 2022

    All the if functions you mentioned below cardLayout() function should be returning something based on the condition.
    And in some cases you should also make sure that the components you are returning with if() function are compatible and appropriate.

    Known Participant
    November 8, 2022

    Hi,

     Instead of using multiple if conditions you can use decision rule or a!match() or choose function as per your need , which will be less complex and easy to debug