Forum Discussion

Tom Hamilton's avatar
Tom Hamilton
Copper Contributor
Jan 24, 2022
Solved

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 ...
  • RobElliott's avatar
    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)

Resources