Dear Admin, Kindly suggest me what expression will apply if i want task show till today or till mention date?
Solved! Go to Solution.
AND(
[TASK REMINDER DATE]<=TODAY(),
OR(
[STATUS]="Not started",
[STATUS]="Started"
)
)
For reference:
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
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!
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |