Hi Guys
I have created a query on item table and published to the Item list page using query category. All works when viewing the report in browser, however when opened in excel , column that has the filter gets removed and all other columns misalign. Filter is something like below on the item tabel:
filter(Location; Location)
{
ColumnFilter = location = const('East');
}
I'm wondering if there is another way to filter item table (this is the first table in the query so not sure how to use DataItemTableFilter
Thanks


Report
All responses (
Answers (