You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am attempting to create a checklist template and in return hoping to create a filter that can query the specific task and its status.
For example, box #1 "Icons Installed" & box #2 "Send Documentation" (same checklist). My goal is to create a query that can target the specific open vs done status of #1 vs #2 and associate those results to a dashboard. I am having a difficult time creating this query.
The closest I have gotten on my own is similar to this: "Checklist Text[Paragraph]" ~ "Icons Installed" and "Checklist Content YAML[Paragraph]" !~ "Icons Installed checked: true status: done"
My problem is, even with specifying the YAML text, it does not appear to matter which box I complete. With that same filter, if I leave box #1 open and mark box #2 done that filter still believes it should drop off my filter which should not be the case.
Any thoughts or advice?