Dear Community, I have question about filtering in web client. Our customer migrated from NAV 2009 classic to BC19 but in 2009 he could add more filters on this way:
When he choose first value for "No." and then types vertical bar (|), and choose another value from dropdown, the new chosen value is added to current filter. On this way he could add easy multiple values to the filter on every report.
But, in web client on BC19, the chosen value from Drop Down overrides current value in filter, so you cannot add filters on this way. I know that I can develop custom field on request page and develop custom code in OnLookup trigger, but I would like to find some better solution. I also tried with property on table field ValidateTableRelation = false, but it also didn't help.
Do anyone have experience with similar situation.