Forum Discussion
cmaly
Jul 01, 2020Brass Contributor
Conditional formula to hide/show columns in Sharepoint List Edit Form
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 ...
- Jul 03, 2020Hi,
Try this, it should work like a charm
=if([$Category] == 'Product' || [$Category] == 'Service','true','false')
Sudharsan K
Jul 03, 2020Iron Contributor
Hi,
Try this, it should work like a charm
=if([$Category] == 'Product' || [$Category] == 'Service','true','false')
Try this, it should work like a charm
=if([$Category] == 'Product' || [$Category] == 'Service','true','false')