Forum Discussion

shashishjha's avatar
shashishjha
Copper Contributor
Mar 18, 2021

Issues with conditional formula to show or hide columns

I am trying to implement conditional formula to show or hide columns in share point online. But I am unable to figure out what's the mistake I am making.

 

This is my choice label: Approvers

My choice list:

Approver#1

Approver#2

Approver#3

Others

 

So, upon selecting Others I am expecting to see a new field called Others to be displayed.

But that's not happening.

 

Here is the conditional formula I am using on Others column:

=if([$Approvers]=='Others', 'true', 'false')

 

 

 

 

 

Resources