04-20-2012 08:39 AM
I've been able to replicate this pretty consistently, wondering if there is a workaround.
I am attempting to implement a Distinct filter on Opportunities. I have 9 of them. Out of the 9, the one I cannot get to properly work is one that is a property of a related entity from a custom table.
The full property accessor looks like this:
Opportunity.Quotes.MyCustomTable.MyCustomTablePropertyName
The Model compiles and deploys correctly, but as soon as I try to open the filter, nothing displays under it. If I try to open the Filter to view what my options are for filtering, all I get is "All" checked.
The data looks fine. There are no odd characters that would potentially be problematic in HTML. There are nulls, but we have other filters with nulls that work fine.
I changed the filter to point to a Property that was part of the main Opportunity entity, and it displayed correctly.
Is this a known bug, or is it something that I can fix?
04-20-2012 09:08 AM