Skip to main content
rameshbabub7775
November 15, 2022
Question

Show when

  • November 15, 2022
  • 2 replies
  • 0 views

Hii All,

I have one  dropdown field in my interface , which is consists of 12 items in those 12  for 5 items , if i select particular item one integer field should be visible . the thing is if anyone of the item selected in those 5 items the common integer field is to visible , 

if we select remaining 7 items in drop down the integer field should not visible

note only single integer field is used in interface 

we need to map 5 items in the dropdown out of 12 to a single integer field to give visibility based on selection 

IN 12 ITEMS : 2 OR 3 OR 7 OR 8 OR 10  is selected then only the integer field should visible or else  disable the visibility 

please help me on this

thanks 

    2 replies

    daniell
    Participating Frequently
    November 15, 2022

    Hi, you should be able to use the "showWhen" parameter of the integerField to accomplish this. It sounds like within that showWhen you can use the "contains" function to check if the value of your dropdown field is contained within the values that should display the integerField.

    rameshbabub7775
    November 16, 2022

    Thank You So Much daniell