Hey all - how do I display a category within a category on a chart? The wizard only provides for one category (and any number of series). Any help woul;d be much appreciated. BTW-i'm using ver 8.
I'd attack this a different way and just backup/rename the excel files into something that's fixed in the the report.
Could be done with a simple script every morning etc.
One way to do this is to create a formula and in the formula do something like the following:
stringvar SomeText;
numbervar yourday:=2.3;
SomeText:=toText(yourday,"0.0"); //or some other format...
if mid(SomeText,3,1)="." then
left(SomeText,1)
else if left(SomeText,1)="0" then...
Hey All,
Is there any way to dynamiclly reference form variables such as: Name1,Name2,Name3 etc.,??
Most languages have dynamic expressions but i can't find anything in JS that is comparable. I have a bunch of occuring fields and related occuring fields that i want to validate using JS.
So...
If you want to suppress the first group shouldn't you be using gh1?
--------------------------------------------------------
I guess I should rephrase the question, I want to suppress the first occurrence of GH2 on a page.
Yes there is a GH1 and it is not suppressed. What I am doing is...
Hi All,
I've been trying to suppress the first goup on N groups on a page with little success (GH2). I put a formula in the page header set to "Yes", then I Suppress the GH2 if the value = yes. The first detail line resets the formula to no, so that from then on the group should...
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.