Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jww193

    need to add another category to an actuate chart

    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.
  2. Jww193

    Crystal Reports: Insert date in XLS file when quering

    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.
  3. Jww193

    Number Formatting Query

    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...
  4. Jww193

    Dynamic Expressions

    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...
  5. Jww193

    Suppressing the first group on a page

    Thanks for all the Posts everyone. I added the reset formula to the page footer as well and it seemed to fix the timing problem.
  6. Jww193

    Suppressing the first group on a page

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

    Suppressing the first group on a page

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

Part and Inventory Search

Back
Top