how can i use a variable instead of the fixed date #07-08-2023?
the variable should be today’s date in the format Hashtag DD-MM-YYYY
is there a possibility here?
i want all open tasks to be displayed with current date
TASK
WHERE !completed
WHERE contains(tags,"#07-08-2023")
SORT priority desc
i have found a solution.
task
from #test and "2 Kunden"
where contains(tags,"#"+dateformat(date(today),"dd-MM-yyyy"))
does anyone know how i can output all the following dates ?
IWC
3
system
Closed
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.