Create Custom group in RDA

Kishore03

Active Member
Hi,

Is that possible to create group from a variable instead of using business view column ?suppose i have to create group report from F42119 table which should display report for a particular period(PN).So i extract period(PN) from DGL value using date_month(DGL) and i have to use the PN for grouping.

Regards
Kishore
 
You can just create a conditional section or sections for you group header and footer content and then trigger those on appropriate data changes. You'll need to handle subtotals etc yourself but not particularly hard.
 
1) The PO on report will have Period Number and Fiscal Year (In case not current).
2) In initialize section, get period start and end dates from F0008.
3) Internal Data selection on the date range.
4) Create aggregates on Level break footer on required column.
 
Back
Top