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 273
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

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Lovkesh_Aggarwal

There is no admin but a community, to help each other

I suggest you have a look in the section โ€œExamples that Compare Dates, Times, and DateTimesโ€ in that article:

Furthermore, I suggest you also have a look here, there are good suggestions:

Assuming there is a DueDate column in the tasks table,

[DueDate] < TODAY()

Thanks sir it solve my problem but i want know how to add two expression? sorry for that i am new in expression but once i know basic then i can do it all myself

Hi @Lovkesh_Aggarwal

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

For reference:

@Aurelien is correct in pointing out that inquiries are normally addressed to the whole community and that we help each other. Nonetheless, your inquiry got an answer from Praveen, the CEO of AppSheet:

So, though Aurelienโ€™s comment is technically correct, this time you really did succeed in getting a response from the top!

Top Labels in this Space