ridhirao22
Programmer
Hi,
Using CR 2008, Oracle 11g.
We are using 2 different sources to get last week end information.
We have brand-1 coming from source1 and brand-2 coming from source2
Will I have to use 2 subreports or can I do with one report and group data to display both brands one after the other
Report should look like
Brand-1
Sat #ords $tot
Sun #ords $tot
Brand-2
Sat #ords $tot
Sun #ords $tot
I am trying to use formula like @brand and group by it, but it doesn’t work with both brands only one of them is displayed (which evr is first listed in formula)
If command_source1.brand = ‘B1’ then ‘Brand-1’
Else if command_source2.brand = ‘B2’ then ‘Brand-2’
TIA,
RR
Using CR 2008, Oracle 11g.
We are using 2 different sources to get last week end information.
We have brand-1 coming from source1 and brand-2 coming from source2
Will I have to use 2 subreports or can I do with one report and group data to display both brands one after the other
Report should look like
Brand-1
Sat #ords $tot
Sun #ords $tot
Brand-2
Sat #ords $tot
Sun #ords $tot
I am trying to use formula like @brand and group by it, but it doesn’t work with both brands only one of them is displayed (which evr is first listed in formula)
If command_source1.brand = ‘B1’ then ‘Brand-1’
Else if command_source2.brand = ‘B2’ then ‘Brand-2’
TIA,
RR