Hi,
When we run a query a grid with the results will appear, on right top end of grid there is a filter button by which we can filter the data using reduce and extend methods.
It was good with all normal fields but if there is a reference field then it will not work as it has to.
Here is the steps to reproduce..
I got a business object in which there are three reference attributes on form which display a certain list of values to select.
Example:
[BO name] MasterForm
[Attribute] name [plain text]
[Attribute] category [category][reference]
[Attribute] subcategory [subcategory][reference]
[Attribute] subtype [subtype][reference]
Now all work fine on the creation form, but when i like to filter the data it wont. Filter form display all fields but in the list no values it shows, like there is 5 category then it is showing 2 category only, and rest of subcategory or subtype reference list is empty, becoz of this user not able to apply the filter on these fields.
it looks some sort of bug!!.
if there is a need to send a bsv then please tell.
Thanks,