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: *

  • Users: Bruni007
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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
  4. 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...
  5. 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...
  6. 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...
  7. 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