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.

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

IN("Yes", Table[Column])
2 Likes

Thank you so much. That has worked.