Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello,
We have enabled Butler and Custom Fields, and are hoping to implement a solution that will send a Report of a Sum of the number of checked custom field items across a board.
For example, the Button to create a report with the following command works, but lists all the cards with a checked item, instead of giving us a sum number of them:
"
create a report with all cards with custom field "IUS" checked using pattern "- [{cardname}]({cardlink}) ({cardmemberusernames}) => DUE on {cardduedate}\n\n", and send an email notification to "me@myemail.com" with subject "Number of IUS Deliverables Complete for week {date}" and message "All Cards with IUS Complete:\n\n{$report}"
"
I get the attached report with all the cards listed out - but I would like a sum of the amount of cards that are listed instead. Is that possible?
Thanks,
Ariel
Hi
As checklist count, some variables are available like
{cardchecklistcount} the number of checklists on the card.
{cardcompletechecklistcount} the number of complete checklists on the card.
{cardincompletechecklistcount} the number of incomplete checklists on the card.
But it doesn't concern custom field.
An alternativ is to create a card in which a number custom field is increased for each checked custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.