I am having trouble getting all the dat aon a single line.
This want Iam doing
@ prod
if {table.type} = 'PROD' then
{table.target}
@ Geo
if {table.type} = 'GEO' then
{table.target}
and report looks like which is not on single row
unit descri oldentity newentity descrip prod geo
1000 myunit 65432 65432 myentity
P02301
xx
for some units it prints geo on top and prod in below
I have tried the underlay section in format section but it didn't help.
It should look like this:
unit descr oldentity newentity descr prod geo
1000 myunit 65432 65432 myentity P02301 xx
As always, your help is appreciated!
thanks,
Sweetie
This want Iam doing
@ prod
if {table.type} = 'PROD' then
{table.target}
@ Geo
if {table.type} = 'GEO' then
{table.target}
and report looks like which is not on single row
unit descri oldentity newentity descrip prod geo
1000 myunit 65432 65432 myentity
P02301
xx
for some units it prints geo on top and prod in below
I have tried the underlay section in format section but it didn't help.
It should look like this:
unit descr oldentity newentity descr prod geo
1000 myunit 65432 65432 myentity P02301 xx
As always, your help is appreciated!
thanks,
Sweetie