Is there a way to filter empty task? #1020
Answered
by
AB1908
aravindk100
asked this question in
Q&A
-
In my template I like to have an empty task to make it easy to fill the actual task? Is there a way to easily filter this empty task? I tried using regexmatch but that did not work.
None of the implicit fields seems to match either. |
Beta Was this translation helpful? Give feedback.
Answered by
AB1908
Apr 18, 2022
Replies: 1 comment 10 replies
-
Edit: as aravindk pointed out: |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
AB1908
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
where text
?Edit: as aravindk pointed out:
where text != ""
.