Subreport Field Into Main Report
Subreport Field Into Main Report
(OP)
Hi there!
I have googled this and am trying to follow the instructions but I can't get it to work.
My main report is a pricing file, my subreport is the cost file. I need to pull cost from the subreport into the main report so I can calculate the margin.
Can this be done?
I have googled this and am trying to follow the instructions but I can't get it to work.
My main report is a pricing file, my subreport is the cost file. I need to pull cost from the subreport into the main report so I can calculate the margin.
Can this be done?
RE: Subreport Field Into Main Report
RE: Subreport Field Into Main Report
RE: Subreport Field Into Main Report
As an alternative, you could leave the sub in detail_a, all else in detail_b, and then pass the value from the sub in a shared variable that you then reference in the main report in a new formula. You would then suppress all sections within the sub (do not suppress the sub directly or the section it is in) and then remove the borders. Format the sub to “suppress blank subreport” (formata->subreport). Then in the section expert format detail_a to suppress blank section.
-LB