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 Chriss Miller 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. Bruni007

    Evaluate the content of a variable

    ok thx I'm pretty new with Perl, I didn't know the backticks were acting that way... Can you also tell me how I would source the following script with Perl instead of Bash In a Bash script I would have done it this way: . /var/setup.bash I've tried to put it between backticks,but it doesn't...
  2. Bruni007

    Evaluate the content of a variable

    Hi, At the beginning of my perl script, i've written the following line to use Tivoli commands under unix and it works fine... use Shell qw(wcrtadmin wassignop wpostzmsg wsndnotif wdel); I've create a variable.. $command = "wcrtadmin -r user" The problem is that I don't know how to evaluate...
  3. Bruni007

    Group footer formula

    Crystal Reports 9 DB2 My report is grouped by hostname and in the group footer of the report, there is a field which is adding the hostnames in a string stringvar string1; string1 := string1 + HOSTNAME + "^"; it works fine except that when I display the value in the report footer, the last...
  4. Bruni007

    Group layout in a Chart

    OK ..I cannot have a summary field in my report...so I'm gonna use the Advanced chart, but I don't get the result I want In the group footer section of my report, there is a field that I'd like to have in my chart. This field is getting its value from a shared variable and each time I want to...
  5. Bruni007

    Group layout in a Chart

    It is not a big issue, but I am wondering what needs to be done to allow me to select "group layout" when I create a Chart. It is grayed and I cannot choose it ...and I do have a group in my report
  6. Bruni007

    Subreport issue

    It is just to let you know that I found the way to make it work In the section expert of the subreport section I've added a checkmark to "Suppress blank section" ...and in the subreport format, under the subreport tab, I've added a checker to "Suppress blank section" also ! thx anyway
  7. Bruni007

    Subreport issue

    What I need to do is: for each record of the main report, evaluate other records in a subreport. A shared variable is then returned to the main report... It works fine when my subreport is in the detail section, but would it be possible to have it in a group section of the main report?
  8. Bruni007

    Subreport issue

    main report group header: by hostname reinitialize the shared variable total_time:=0 detail A: subreport detail B: db field date_reception category date_closed shared variable unavailable group footer: total_time (amount of seconds of unavailability) subreport details: date_reception...
  9. Bruni007

    Subreport issue

    First, the report I am creating is to get the percentage of server availability on a monthly basis. Each server is defined in a category depending of when the server should be up and running (24h/24h, 8am-5pm), ...). There are Bronze, Silver and Gold servers. In the main report, each record is...
  10. Bruni007

    Subreport issue

    The subreport evaluates data for each record. It needs to be in the detail section, I don't think that I can make it work otherwise.
  11. Bruni007

    Subreport issue

    Thanks for your help! Do you think that there would be a way to display only the group header and group footer instead of the detail section?? Because I need another report with the summary only, without the details...Each time I suppress the detail section, my shared variable are not...
  12. Bruni007

    Subreport issue

    Unfortunately, I don't know why but the shared variable of the subreport do not give the right value to the main report when I remove the Can Grow checkmark....
  13. Bruni007

    Subreport issue

    lb, it works pretty well Thank you so much!
  14. Bruni007

    Subreport issue

    The subreport must be in the details section becaue I need the subreport to process each record of the main report... If there were a way to hide the detail A section without hiding detail B, it would work also
  15. Bruni007

    Subreport issue

    Hi, I'm working with Crystal Reports 9.. I have a subreport in a main report. The subreport is not on-demand because I need it to process data and exchange a shared variable to the main report. But I don't want to see the subreport in the main one, I just want to see the subreport when I...
  16. Bruni007

    Record value depending of the next record

    What I wrote as an example is a simplified version of my report...It may have been clearer if I would have written this: time active how_long 2006-05-23 False 2006-05-24 True 4timesTrue 2006-05-25 True 3timesTrue 2006-05-26...
  17. Bruni007

    Record value depending of the next record

    What I want to know is for how many days it has been active, the days numbers are going down instead of going up...I don't think that I can use a running total
  18. Bruni007

    Record value depending of the next record

    Hi, I am trying to do something with Crystal Reports 9, but I am not sure if it is possible to do it... how_long is the field I want to add ...depending of how many consecutive True value there is in the active field, I want to know for how many days it is True when it is False...I put no...
  19. Bruni007

    Creating a server availability report

    Hi guys, I need to create a report to get the servers availability Usually it is not that much complicated, but in this case I don't really know how to do it because each server are in a Sla category. I mean that a bronze server is not monitored all the time like a gold server, there are active...
  20. Bruni007

    Value of preceding fields

    Hi, Can anyone tell me if there is a way to evaluate preceding fields, not only the one last record with the Previous() function... I need to know the value of the 4th preceding field by example How can I do that?

Part and Inventory Search

Back
Top