Conditional Formating to only affect specific view

Hello,

I’m new to AppSheet and I’m still learining the ropes, so do forgive me if this has already been brought up. I’m trying to format a specific value which is present across multiple views in my app, but I only wish to do this on one specific view. Can this be done? I tried looking into it and changing the syntax around, but I couldn’t achieve this. Any help with this would be much appriciated.

You could read the view’s name like AND([Column]=“YourValue”,CONTEXT(View)=“Your View Name”)

2 Likes

Works like a charm and delivered in record time. Thank you!

You’re welcome