Skip to Main Content

Share your product feedback

Status Shipped
Categories Ideas
Created by Dale Potter
Created on Jan 22, 2024

Worksheets support filtering on custom proxy vote fields

Who would benefit?

Enterprise+ customers with Ideas Advanced

What impact would it make?

Greater flexibility when reporting on proxy vote 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


This should give me the result:

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

But I get an error saying: “Paths cannot refer to this type of record”, indicating that this type of array filter is not supported.


  • Attach files