Oy!
CR 10
SQL Server 2005
Summary:
I have an Estimate report that drops data at a certain unknown threshhold.
Setup:
We have Projects and Functions w/in those Projects.
The RH is Suppressed, PH has 2.5" of data describing the Project, the RF is Suppressed, RF has 2" of data. There are 3 Groups. GH 1 contains a subreport called ProjectNotes which contains notes describing the Project. GH 2 contains 1 row of descriptive headers describing the Function Codes. GH 3 is Suppressed. Details are Suppressed. GF 3 contains the data fields that GH 2 describe plus a subreport call TaskNotes. GF 2 contains totals. GF 1 is Suppressed.
GF 3 contains Function Codes. The TaskNotes subreport contains the notes that are tied to a given Function Code.
Expected behavior:
All notes from TaskNotes subreport should print. If there are a lot of notes they should span pages.
Current behavior:
If the actual Function notes that the subreport contain reach an unknown height they aren't printed. It's like they are consumed by the Page Footer. As soon as the height of the notes falls under or goes beyond the threshhold they are printed.
Example:
(Header data)
Function Description Previous Amount Current Amount
12345 widgets $45.00 $55.00
(notes) This is an order for widgets
67890 gadgets $55.00 $35.00
(notes) Customer needs more gadgets than widgets and therefore has altered the order to reflect the desired change and we have changed the order b/c we like the customer and have bills to pay.
(Footer data)
Current Behavior:
The 67890 line will print, but the notes will not until I shrink them or expand them.
67890 gadgets $55.00 $35.00
(notes) Changed order
OR
67890 gadgets $55.00 $35.00
(notes) Customer needs more gadgets than widgets and therefore has altered the order to reflect the desired change and we have changed the order b/c we like the customer and have bills to pay. For example the lights, the water, the employees, the this, the that.
Please help.
CR 10
SQL Server 2005
Summary:
I have an Estimate report that drops data at a certain unknown threshhold.
Setup:
We have Projects and Functions w/in those Projects.
The RH is Suppressed, PH has 2.5" of data describing the Project, the RF is Suppressed, RF has 2" of data. There are 3 Groups. GH 1 contains a subreport called ProjectNotes which contains notes describing the Project. GH 2 contains 1 row of descriptive headers describing the Function Codes. GH 3 is Suppressed. Details are Suppressed. GF 3 contains the data fields that GH 2 describe plus a subreport call TaskNotes. GF 2 contains totals. GF 1 is Suppressed.
GF 3 contains Function Codes. The TaskNotes subreport contains the notes that are tied to a given Function Code.
Expected behavior:
All notes from TaskNotes subreport should print. If there are a lot of notes they should span pages.
Current behavior:
If the actual Function notes that the subreport contain reach an unknown height they aren't printed. It's like they are consumed by the Page Footer. As soon as the height of the notes falls under or goes beyond the threshhold they are printed.
Example:
(Header data)
Function Description Previous Amount Current Amount
12345 widgets $45.00 $55.00
(notes) This is an order for widgets
67890 gadgets $55.00 $35.00
(notes) Customer needs more gadgets than widgets and therefore has altered the order to reflect the desired change and we have changed the order b/c we like the customer and have bills to pay.
(Footer data)
Current Behavior:
The 67890 line will print, but the notes will not until I shrink them or expand them.
67890 gadgets $55.00 $35.00
(notes) Changed order
OR
67890 gadgets $55.00 $35.00
(notes) Customer needs more gadgets than widgets and therefore has altered the order to reflect the desired change and we have changed the order b/c we like the customer and have bills to pay. For example the lights, the water, the employees, the this, the that.
Please help.