Display Empty record of master detail
Posted: Tue Nov 06, 2007 3:55 am
I have a master detail band called A
and the other databand called B related to the Databand A...However...I have got another databand C and D inside Databand B using container and those were related to B.
--------------------------------------------------------
A
A.data1
-----------------------------------------------
B
B.data1
B.data2
----------
C
C.data1
----------
D
D.data1
----------
B.data3
----------------------------------------------
---------------------------------------------------------
I found that the result if C or D with no data related to master detail B...the C.data1 and D.data1 shrink made B.data 3 shift up.
But if C.data1 and D.data1 have data which related to matser detail B it display correctly.
With no data the display like:
--------------------------------------------------------
A
A.data1
-----------------------------------------------
B
B.data1
B.data2
B.data3
----------------------------------------------
---------------------------------------------------------
So, how can I insert a 0 or something in the C.data1/D.data1 during no related data to B remain the shape of the report and later can use the data for calculate the subtotal on
B.data1 + B.data2 +C.data1 +C.data2 +B.data3?
and the other databand called B related to the Databand A...However...I have got another databand C and D inside Databand B using container and those were related to B.
--------------------------------------------------------
A
A.data1
-----------------------------------------------
B
B.data1
B.data2
----------
C
C.data1
----------
D
D.data1
----------
B.data3
----------------------------------------------
---------------------------------------------------------
I found that the result if C or D with no data related to master detail B...the C.data1 and D.data1 shrink made B.data 3 shift up.
But if C.data1 and D.data1 have data which related to matser detail B it display correctly.
With no data the display like:
--------------------------------------------------------
A
A.data1
-----------------------------------------------
B
B.data1
B.data2
B.data3
----------------------------------------------
---------------------------------------------------------
So, how can I insert a 0 or something in the C.data1/D.data1 during no related data to B remain the shape of the report and later can use the data for calculate the subtotal on
B.data1 + B.data2 +C.data1 +C.data2 +B.data3?