Dear Team
I have a report that constructed by some dataset (having same column number)
call fap_woi.MyDBR_LoadData1(); --> table 1 group by column a, b, c
call fap_woi.MyDBR_LoadData2(); --> table 2 group by column d, e, f
...
Table 1,Table 2, 3, 4... have same column number.
However, the data is long in vertical and we need to use a lot of scroll action that is not user-friendly. Do you have some kind of Grouping and Collapse function that user can group or ungroup
all data in table 1 and table 2?
I have used select 'dbr.column.filter' However, it only filter data for separated table.
Thanks