Hi all,
Here's my dilemna:
We have a performance agent tool on our production servers. The agent is called Openview Performance Agent by HP. We know how to extract the data from the command line locally on each server.
We would like to create a webpage on a central webserver that allows user...
Does anyone know how to turn the logging on for the facility and priority of the syslogd?
The current style of my syslog output file "/var/log/messages" is:
Apr 4 17:08:46 mrtg_server httpd: httpd shutdown succeeded
I would like the priority to display in the syslog as well...
I am using CR8.5. I have a report automatically running every night b/n 02:00 and 02:30 AM.
I would like the report to only report on data with Yesterday's timestamp.
I tried the formula:
not({myField.DATETIME} in AllDaysToYesterday)
Also, data does not get written to the db until around...
I am using CR8.5.
I have an ODBC connection to a performance DB that houses info in the following format....
DATETIME | SERVERNAME | TOTAL_ANONYMOUS_USERS
The column TOTAL_ANONYMOUS_USERS is a cummulative field. Thus, it is always a GRAND_TOTAL of how many anonymous users have ever been on...
Thanks synapsevampire and JoeCrystal,
Quick question to synapsevampire. Just so I understand this fully, does the function inStr return the first index of the occuring "string".
left(trim({Customer Name}),instr(trim({Customer Name})," "))
So in the above line you are...
Hi,
i'm using CR8.5. I have a formula named @custName. the fields in the database sometimes contain extra characters I don't want to display. i'm trying to use the split function to split the field with a delimiter of " ", and take the first field.
Here's my code (using Crystal...
Thanks, Oliver.
Although I posted this awhile and had to use a dirty workaround this will be very helpful in the future.
You say you found this from "their ASP sample code". Do you mind looking thru the original posting and seeing if any other export types are not listed. It is...
I have a fairly simple question about setting the SQL select statement based of a parameter value.
These are my two cases:
1. {?REQCustomer} = "ALL" then I would like to execute the follwing SQL stmt...
Select * from DB where fieldName like '%string%'[\code]
2. {?REQCustomer} =...
There is a workaround that I use based off of numbers. Say I want to use a bar graph to represent my class of 30 students and their respective averages. I want all grades 90 and above to be represented by a green bar and all other represented by a red bar.
I create two formula fields:
1...
The funny thing is I can export using the ActiveX Viewer OR Java Viewer.
However, I am setting up an ASP page which allows the user to select the export format and then it is automatically exported for them.
Thanks.
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.