Since I cannot have a subreport within a subreport. Can I open a subreport within a new crystal window so my subreport becomes the primary and will show the links to the subreport?
You are incorrect in assessing what I have asked.
1. I have a subreport which has an on-demand subreport in it.
2. When I included the above report (w/ OD report in it) into a report the links in the report above disappeared.
I would like to know why it did.
The formula is used in a custom group. I know I get the correct value from the global variable in the declaring formula because I placed it in the report header and can see the number 2 (IE: for 2 records)
But when I try to show that value in the group formula it says 0.00
Here is the declaration in formula:
global numbervar RecCountTot;
RecCountTot := count({gsa_proc_tlib_list;1.alias});
This is where I am trying to use it in another formula:
global numbervar RecCountTot;
local numbervar iRecCount;
iRecCount := RecCountTot;
'Tape Library' & '(' & iRecCount & ')';
Hi and a pre-thank you for any help.
I created a few global variables by declaring them in one formula and placing the formula field in the page header.
Then I use the globals inside of a single formula that does extensive formulation and passes the results to the global variables
Now I cannot...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.