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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.