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?
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.