Skip to content

Custom report - returns no matches when trying to modify #2725

Answered by tbabej
rob-bc asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rob-bc,

filtering by report names as in the example you suggest is not currently possible (as far as I know, this was never supported 😿). You, can, however, simply duplicate the report's filter (which is in this case relatively easy):

$ task status:pending +month modify +week

This can be even done dynamically, one can use _get command together with the DOM model in order to get the flter dynamically:

$ task `task _get rc.report.month.filter` modify +week

though that might not be convenient for the direct use on the CLI (but could be useful in scripts). That said, I think what you're looking for could be best served by the context feature. Defining a context with a filter status:pend…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rob-bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants