Skip to Main Content

Share your product feedback

Status Future consideration
Categories Ideas
Created by Dale Potter
Created on Feb 26, 2024
Merged idea
This idea has been merged into another idea. To comment or vote on this idea, please visit A-I-11615 Support filtering by predefined tag field on worksheets.

Worksheet support for filters on multi-select custom fields Merged

Who would benefit?

Enterprise+ customers who use worksheets

What impact would it make?

Greater flexibility when reporting on data

How should it work?

Use case: I want to count the number of proxy votes on an idea, filtered by proxy votes with “Module 1” selected in the module custom field, which is a "Predefined tags field".

This equation should provide a comma separated list of proxy votes that contain the "Module 1" tag:

self.proxy_votes[self.custom.module == “Module 1”].custom.module

But I get an error saying: Unable to convert from string to array

  • +1