07-01-2020 02:48 PM
Hi,
I was able to create a formula based on this posting from Microsoft (link below) and it works great. However, I want to be able to write it so it looks at 2 different values in a field to show the column or not in the Edit Form. Can someone help me write the formula so that I can have an OR.....like in the example below I would like to have it work if "Category" equals Product OR Service.
=if([$Category]=='Product','true', 'false')
I did see someone say that this could be used as the indicator for or || but I wrote the formula lots of ways and never could get it to work. Thank you.
07-02-2020 07:25 PM
07-02-2020 07:27 PM
Solution07-08-2020 04:19 AM
@Sudharsan K Thank you!! This worked perfectly