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

    Printing multiple reports together

    My goal is to have 1 report that would print out only the the graphs of 15 pre-existing reports. The way that I am currently trying is to put each one of the 15 sub reports in Report Header a, Report Header b, Report Header c, so on and so forth. I think I might be on the right track Any...
  2. Moonmouth

    Printing multiple reports together

    Thanks Ken, Is there any limits to how many sub-reports you can have? Which section would be best to use? How would you have it implemented where the reports come in perfect succesion and dont overlay each other? Thanks again... Peace Jason
  3. Moonmouth

    Printing multiple reports together

    Hi all, Is there a way to print, the graphs of multiple reports, in sucession. What I want is the first page of each report(the graph) and then have them numbered from 1 to n. I Think i might be in the wrong forum for this one...but I'll give a shot anyways. Peace Jason
  4. Moonmouth

    Display correct number of decimals at runtime

    Hi Eric, All you have to do is to right click on the field the numbers appear in and choose "Format field" and choose the numbers tab and from here you can specify how many caracters appears after the decimal. Peace Jason
  5. Moonmouth

    Select Expert Formulas

    Hi all!, Why is it that when you include Control Structures (IIF, If/then/else) in the formula section of the Select Expert that it's very,very so to return the results. Peace Jason
  6. Moonmouth

    Parameter Fields With Control Structures

    That's what I was thinking... Thanks Ken Peace Jason
  7. Moonmouth

    calculating with data from different lines.

    Hi Ken, When I use the Running total fields, I do not see the Parameter field,(So I can use it) in which I substracted the value with a previous value ...with the previous function... Could you elaborate on the part where you said " any totals will have to be running totals that use...
  8. Moonmouth

    Parameter Fields With Control Structures

    Is it possible to "populate" different values given to a user according to which choice he chose with a previous parameter box... Ex: Parameter 1 : Which Server do you want to report on? choice = Server1, Server2, Server3 If the user chooses "Server1" then the next...
  9. Moonmouth

    CR 7: Assigning Multiple actions in conditional statement

    Hi MsPepperMint (cool handle...) I think I can help you, could you be more specific in what you want. Peace Jason
  10. Moonmouth

    Formatting colors in Formula

    There's probably a way to do it with some code...but I'm not sure how.... one thing you could do is that you could devide the result of your formula in diferent objects....(If only I could show you, i'm not very good with explaning stuff in words)... ..you create one formula field that would...
  11. Moonmouth

    Formatting colors in Formula

    did you try right clicking on the object where the text will be dispalyed.....there's multiple formatting options in there incuding color and font sizes.... How it helps Peace Jason
  12. Moonmouth

    calculating with data from different lines.

    Here's what I need to do. ( I'm stuck here ) I would like to be able to do a substraction from data that comes from the same field. I would like to substact a number from the current line with a number from the previous line. After this is done I would like to summarize this ne formula...
  13. Moonmouth

    Dates in charts

    Hi storm99...as soon as I figure out my "little problem" I'm doing a similar report...I will let you know soon how I done it Peace
  14. Moonmouth

    Will not Summarize...Help!!! Ken Hamady

    Here's the problem... Here's the formula if {nnm_event_detail.trap_name} = "OV_Node_UP" and Previous ({nnm_event_detail.trap_name}) = "OV_Node_Down" then {nnm_event_detail.event_timestamp} - Previous({nnm_event_detail.event_timestamp}) this formula is ment to calculate...

Part and Inventory Search

Back
Top