I'm writing a report with the following structure:
Item
Item Ledger Entry
The second data set is there only to have a filter on the fields of "Item Ledger Entry". I can not understand why I can not read the filters in "Item - OnPreDataItem()" with
re_ILE.COPYFILTERS("Item Ledger Entry");
Why is the data item "Item Ledger Entry" empty though I tipped one?
Comments
Report 188
Maybe this will help you.
The problem was that I read the Filters in the wrong position.
The right one is the in "Report - OnPreReport()"
Regards,
Tommaso
IT-Consultant