Hi
SQL Server 2000, CRXI
I have a report that has 5 Page Footer sections. In the first I print some fields, and in the 4 sections left I print in each an OLE object. I have a parameter ?Currency, and I have on the first OLE suppress if ?Currency<>”A”, on the second OLE suppress if ?Currency<>”B”, on the third OLE suppress if ?Currency<>”C”, on the fourth OLE suppress if ?Currency<>”D”, and I have on the sections Suppress blank section ; I have tried to put the conditions on the sections, as well.
It’s suppressing the OLE objects, but not the section. It’s going to the second page (letting space where the OLE are).
I tried with text fields instead of OLE objects and it’s the same result.
What do I do wrong?
SQL Server 2000, CRXI
I have a report that has 5 Page Footer sections. In the first I print some fields, and in the 4 sections left I print in each an OLE object. I have a parameter ?Currency, and I have on the first OLE suppress if ?Currency<>”A”, on the second OLE suppress if ?Currency<>”B”, on the third OLE suppress if ?Currency<>”C”, on the fourth OLE suppress if ?Currency<>”D”, and I have on the sections Suppress blank section ; I have tried to put the conditions on the sections, as well.
It’s suppressing the OLE objects, but not the section. It’s going to the second page (letting space where the OLE are).
I tried with text fields instead of OLE objects and it’s the same result.
What do I do wrong?