I'm a newbie to Subreports...I've avoided them up until now...primarily because I don't understand how to get Subreports to use certain parameters from main report in group header.
My main report groups by item number and I need subreport to use item number as parameter to pull sales.
My Subreport will be sitting in the Group Header of main report as I group by ITEM.
Main report field name = F4111.ITEM
Subreport field name = F56SLSJN.ITEM
In Subreport selection criteria, I'm using:
F56SLSJN.ITEM = Pm-F4111.ITEM
and I have created a new parameter
but Subreport cannot find F4111.ITEM.
Do I need both tables linked in Subreport? Currently I only have F56SLSJN table in Subreport and not F4111.
My main report groups by item number and I need subreport to use item number as parameter to pull sales.
My Subreport will be sitting in the Group Header of main report as I group by ITEM.
Main report field name = F4111.ITEM
Subreport field name = F56SLSJN.ITEM
In Subreport selection criteria, I'm using:
F56SLSJN.ITEM = Pm-F4111.ITEM
and I have created a new parameter
but Subreport cannot find F4111.ITEM.
Do I need both tables linked in Subreport? Currently I only have F56SLSJN table in Subreport and not F4111.