Thanks for your reply!
If there is something wrong with the selection statement, why does it work on another version of the site? (which is on another server).
Hi,
I have a report returning blank when there are definitely records to return. This same report works on 2 development versions of the same site. I have queried the db so it's not an issue of there not being records. Please help.
Thanks
Hi pgTek,
Thanks for your reply. I don't know what the ids will be, as they can be any number of ids. Could you guide me into a direction to do your formula idea still?
In the data label of the chart expert I have onchange of (month/year AND campaignID) show nr of products (it is a multi bar chart). My legend shows the campaign ID, which to the user means nothing. How do I get the campaign name to show instead of the campaign ID?
The strange thing is that this happens inconsistently..I'll look into the dll issue, The code is the code in the asp page to set the export options, not sure if this could be an issue at all?
Set ExportOptions = oRpt.ExportOptions
if (instrrev (outputfname,".pdf", -1, 1) > 0) then...
Sorry if i didn't explain myself well. By wrong results I mean that the recordset is different to what I get in Excel and PDF. So format is not the problem, the actual records are wrong. It appears to ignore the recordselectionFormula, in other words the values selected by the user in the...
Exporting to word gives the wrong results under certain conditions, although pdf and excel gives the right results always. Why would word be problematic and not excel and pdf for the same criteria?
We are running microsoft office XP, and i have a report with a graph created in crystal 8.5.
exporting to excel version 7.0 gives an error “renamed Invalid sheet name”.
Removing or even suppressing the graph in the report gives the correct recordset in the report. If the graph is there the...
I have added the switch..seems i have another problem. The db.field is a numberic value. The error that I now get it is 'A boolean is required here' with the passed in string part where i added switch.
Hello,
I am passing in a string of ids from coldfusion.
My string looks like this (673,374,234,......) - can be any length. My code:
numbervar counter;
numbervar positioncount:=count({?campaignID});
stringvar Array NewArray;
while positionCount >= counter do
(
counter:=counter +1;
redim...
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.