I am building Report of 1 table but ran into dilemma.
Few columns should be having a filter that the rest of the Report shouldn't have to.
I want products and orders total and next column would be
Total_SUBS = DUC.
So I basically have to formulate
Select Product from Table1 where Total_SUBS=DUC just for this column.
Should I think of subreport or I can do it within this one?
Few columns should be having a filter that the rest of the Report shouldn't have to.
I want products and orders total and next column would be
Total_SUBS = DUC.
So I basically have to formulate
Select Product from Table1 where Total_SUBS=DUC just for this column.
Should I think of subreport or I can do it within this one?