Forum Discussion
Tom Hamilton
Jan 24, 2022Copper Contributor
Conditionally show/hide column based on 2 conditions
I have a Sharepoint list column which i'm trying to show based on two conditions. e.g. if Column A is 1 OR Column A is 2, show,hide It works with the one condition but not two. I've tried in ...
- Jan 24, 2022
Tom Hamilton=if([$Number] == 1 || [$Number]==2, true, false)
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
RobElliott
Jan 24, 2022Silver Contributor
Tom Hamilton=if([$Number] == 1 || [$Number]==2, true, false)
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
- RehmanRMar 03, 2022Copper ContributorHas this formula stopped working? I am getting syntax error.
- ganeshsanapMar 03, 2022MVP
RehmanR I think you got the answer for your issue that you have to use the formula functions in small letters (like if) instead of using capital letters (like IF).
Reference: Show/hide columns based on 2 conditions
Please consider giving a Like if my post helped you in any way.