Show If for View

Hi,

I hope you're all well. I have an app where a client will check in every week. I want this check-in view to show when it is due.

I have a column to show Yes when it is due. This is based on date ranges. 

How do I write a formula for a show if of a view based on this? 

Any help would be appreciated.

Mark. 

 

  1. Screenshot 2023-07-01 21.05.18 - Display 2.png

     

Solved Solved
0 2 204
1 ACCEPTED SOLUTION

Assuming only rows pertinent to the client are loaded when the client is signed in:

IN("Yes", Table[Column])

View solution in original post

2 REPLIES 2

Assuming only rows pertinent to the client are loaded when the client is signed in:

IN("Yes", Table[Column])

Thank you so much. That has worked. 

Top Labels in this Space