Forum Discussion
bryanfrumkin220
Mar 28, 2025Copper Contributor
SharePoint Form Conditional Formatting
Hello Community! I am working to make a Lookup column only display if the value isn't null The new lookup column is $RealtyGroupInformation The original column (that's being pulled) is titled $...
michalkornet
Apr 01, 2025Iron Contributor
Hi bryanfrumkin220 I have checked your case, and it looks like there is no information about the additional field of the lookup column in the form context. Maybe you can compare a value of the default lookup column property?
Maybe you can compare an value of the default lookup column property?
bryanfrumkin220
Apr 02, 2025Copper Contributor
Hi Michael, the content from the lookup column is coming from this column $Code_x003a__x0020_Name
I am just looking to hide this column when $Code_x003a__x0020_Name is null; moreover, when $RealtyGroupInformation is null
The column $Code_x003a__x0020_Name is a Calculated column, by the way.
What formula do you think i could use for my case?