Hi,
I would like to match the date /day/ stored in text format to include today's date.
Column1: Mid(ThisItem.'1idopont';9;2)-> this stored date..... result for example "19"
Column2: If (ThisItem.'1idopont'=Today(Now());"ok";"N"") -> this would be the test.... if today is the day 'OK
Thx. I hope it is clear,
Solved! Go to Solution.
Do you mean something like this?
If (Text(Mid(ThisItem.'1idopont';9;2))=Text(Day(Now()));"ok";"N"")
Úúú.. THX !:)
User | Count |
---|---|
257 | |
110 | |
97 | |
57 | |
40 |