Search:
Type: Posts; User: harmonycitra
Search :
Search took 0.01 seconds.
January 22nd, 2007 11:13 AM
Hi,
I'm working on Crystal Reports 9. Recently I was enquired about Crystal Enterprise.
I'm just wondering what is the difference between Crystal Reports and Crystal Enterprise.
Can I...
September 20th, 2004 03:37 PM
Hi Everybody,
I'd designed a report using 3 tables. Namely A,B,C
Linking these tables using inner joins.
For Tables B,C, the parameter fields restricts the result (Using selecton formula)
...
September 9th, 2004 03:38 PM
Hi everybody,
Here is my problem. To generate a particular report I'm creating a table and inserting the records by ASP code. The no. of columns in the table varies with the input. i.e I'm...
September 8th, 2004 12:24 PM
Yes, Crystal Reports (RAS) should be installed in the server. You can publish the report in the web in two ways. Search Crystal Decisions site, you can get sample code for both.
September 8th, 2004 12:22 PM
Finally I set some default value which will not affect the result.
Anyway I'll try ur idea.
September 8th, 2004 12:20 PM
No, Actually I have checked the "Suppress Printing if No Records" in Report Options dialog. (accidentally, and I simply forgot)
After checking all the possibilities, I noticed that one. So I...
September 8th, 2004 12:18 PM
I resolved the problem by checking a run time value which is set when the lastrecord is read.
i.e suppressing the page header when the cournter is set (i.e when the last record in the main...
September 7th, 2004 12:35 PM
September 7th, 2004 11:14 AM
Hi Everybody,
I have a strange problem. I'm using CR 9. My report works fine. The problem is it if there is no records found, then it is not displaying anything including Report Header, Report...
September 3rd, 2004 03:36 PM
I'm not sure whether this folg is a right solution. but it'll work.
Try to create a formula and check the numeric value. Form a group using code
Like
If {table.field} in [800 to 830] then
1...
September 1st, 2004 12:41 PM
Hi everybody,
I'm using CR 9. Is there any way to set a parameter as optional?
Thanks
August 30th, 2004 05:29 PM
Have u linked these commands by currency?
August 24th, 2004 12:03 PM
Hello everybody,
Here is my problem. I'm generating a sub report in the report footer of the main report.
My problem is the page header for main report is displaying in the sub report.
...
August 23rd, 2004 12:03 PM
I think hoyinso is not mentioning the field value, but the count.
Ususally if Crystal won't display anything (particulary groups / records) if the database returns nothing.
August 23rd, 2004 12:01 PM
go to "Section Expert".
Select the section where you want to inser page break.
You can make use of "New Page After", "New Page Before" options and you can write for formula to apply this only...
August 20th, 2004 05:19 PM
Sorry for that.
I should have checked before posting.
August 20th, 2004 12:40 PM
Thanks,
For the first question, Hope you have written the formula in "Display String" (Format)section.
Try to check CurrentFieldValue instead of {table.field}.
I checked with zero, it...
August 20th, 2004 12:32 PM
I think Report object will do the work (in Crystal 9)
Dim Appl As New CRAXDRT.Application
Dim Report As New CRAXDRT.Report
Set Report = Appl.OpenReport("Path")
Report.PrinterName =...
August 19th, 2004 11:05 AM
Is that field is blank or null? If it is blank, just check with blank space instead of checking null.
August 18th, 2004 12:49 PM
What's your problem?
And didn't declare the variables?
August 18th, 2004 10:41 AM
Try to put the field in a separate section (If possible), and Suppress section if that value is blank.
August 18th, 2004 10:39 AM
Hi,
Right Click the summary field, select "Format Field", go to "Common" Tab.
You can find X-2 for "Display" String option. Click that button and write the following formula
If...
August 18th, 2004 10:27 AM
Hello,
One of my report designed using CR 9 takes around 6 to 7 mins while running from Crystal. The same report takes 14 to 15 mins while running from the web server. Why the difference is so...
August 4th, 2004 10:39 AM
Hi everybody,
Is it possible to find a Nth Largest value of an array of numbers using formula (built in)?
Thanks
August 2nd, 2004 05:37 PM
Yes, you can use summary fields in other formula fields.
Click Here to Expand Forum to Full Width