You might also want to verify the file type settings in Windows. Each file type has the option to be set to "confirm open after download." Also note that this can be controlled in various places by Group Policy, so if the options are grayed out, check with your sys admins to see if this can be...
Create two running total fields, and place them in your Report Footer.
#Level1
Field to summarize: CallLog.CallID
Type of summary: distinct count
Evaluate based on a formula: len({@Level1}) > 0
#Level2
Field to summarize: CallLog.CallID
Type of summary: distinct count
Evaluate based on a...
SAP offers "Crystal Reports Server XI Administration Computer Based Training CD" at http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078400?resid=C9EBAQoBAkcAAFUCa7oAAAAY&rests=1253294321270
This is the only training material that I've seen dedicated for Crystal Reports...
I admit this is sort of "ghetto," but it worked for my needs.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
AutoItSetOption("WinTitleMatchMode",2)
WinWaitActive("Crystal Reports")
$count = 1
Do
send("{APPSKEY}")
sleep(1000)
Send("E")
sleep(1000)
Send("!p")
sleep(1000)...
How would I allow for the possibility of no Exclusion value being provided? When I attempt this scenario, I get the error on the parameter form - "The value is not valid.
Close but no cigar! I'm learning something though.
The problem with your suggestion is that as exclusion matches are hit, my x value becomes increasingly large, and eventually I end up with the error...
A string can be at most 65534 characters long.
...pointed at the line...
x := x +...
I'm trying to query a table on computer names and associated applications. This I don't have a problem with. My roadblock is that I want to provide the user with the ability to provide some keywords to exclude from the search of the application name.
I've created three parameters: Computer...
You're the best! I had actually used that same Record Selection formula before, but my join was wrong. Once I changed the join, it worked like a champ.
I had tried something similar to that, but here's the resulting problem.
If I set the Record Selection formula to
======================================================
{CallLog.RecvdDate} startswith {?Year} and
{CallLog.Category} in ["Administration", "Change Control", "INCIDENT", "Rig"...
I'm attempting to pull some information from my company's Helpdesk ticket system, but my attempt at a conditional record selection isn't returning the correct information.
In its simplest form, I'm trying to pull ticket #s grouped by category with a condition on one of those categories.
So I'd...
I have a report with many dozen running total fields that I need to edit to "Reset on change of group." Is there a way to modify all of these at once, or am I going to have to edit each one individually?
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.