I want to add expression till today in slice

Dear Admin, Kindly suggest me what expression will apply if i want task show till today or till mention date?

Solved Solved
0 5 318
1 ACCEPTED SOLUTION

Hi @Lovkesh_Aggarwal

AND(
  [TASK REMINDER DATE]<=TODAY(),
  OR(
    [STATUS]="Not started",
    [STATUS]="Started"
  )
)

For reference:

View solution in original post

5 REPLIES 5
Top Labels in this Space