crystal 8 pervasive sql 8
i want a report like
id desc stock-abc stock-def stock-xyz
1023 item1 10 11 127
stock-abc is the stock whose item number is F-abc-1023
stock-def -- f-def-1023 and so on..
so first i did a grouping by 1023.
then by the 2nd segment, ie by "abc"
i inserted 2 sections for the 2nd group and gave the suppress formula as if {@SEGMENT2}='abc' THEN FALSE ELSE TRUE
if {@SEGMENT2}='def' THEN FALSE ELSE TRUE
grpheader 2a - id desc stock-abc
grp header 2b stcok-def
grp header 2c stock-xyz
and checked "underlay following sections" option, but it does not display in a single line..it displays like
1023 item1 10
11
127.
pl. advise.
thanks
i want a report like
id desc stock-abc stock-def stock-xyz
1023 item1 10 11 127
stock-abc is the stock whose item number is F-abc-1023
stock-def -- f-def-1023 and so on..
so first i did a grouping by 1023.
then by the 2nd segment, ie by "abc"
i inserted 2 sections for the 2nd group and gave the suppress formula as if {@SEGMENT2}='abc' THEN FALSE ELSE TRUE
if {@SEGMENT2}='def' THEN FALSE ELSE TRUE
grpheader 2a - id desc stock-abc
grp header 2b stcok-def
grp header 2c stock-xyz
and checked "underlay following sections" option, but it does not display in a single line..it displays like
1023 item1 10
11
127.
pl. advise.
thanks