Skip to main content
Question

Conditional Custom Field


Forum|alt.badge.img+12
  • Hero (Employee)
  • 134 replies

Is it possible to conditionally show a custom field based on Project Category?

 

If yes, how?

 

Thanks if anyone can help me out.

This topic has been closed for comments

5 replies

Thushitha Chandrasiri
Superhero (Partner)
Forum|alt.badge.img+21

Hi @MR10 ,

The custom field can be made mandatory based on the value of another field in the same form. But, not sure if it is possible to show/hide a custom field based on the value of another field. would like to see options if it is possible.

Thanks,


Forum|alt.badge.img+9
  • Hero (Employee)
  • 79 replies
  • June 7, 2021

Sandun Madola
Hero (Employee)
Forum|alt.badge.img+13

Hi @MR10,

Create a custom field, then use conditional formatting. 
 

 


Forum|alt.badge.img+7
  • Hero
  • 69 replies
  • June 7, 2021

One option is to change the logic of the custom field, or a second custom field based on the original, so that the shown value is suppressed depending on the value of Project Category.

Add something like below to the logic of the c/field:

--

    
    (Case 
when <proj_category> = 'ABC' then <value>
  else '***value suppressed***'
    end)

-

 


Forum|alt.badge.img+12
  • Author
  • Hero (Employee)
  • 134 replies
  • June 8, 2021

Feels like not possible in IEE, but I like the creativity!

Thanks for thinking along!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings