I'm using Crystal XI on an OLE DB connection.
This is the strangest bug I've ever encountered in a Crystal Report. Here is the situation: Group 2 has 'Use a Formula as a Group Name' selected. In that formula it states;
IF {proc.group2_type_id} = 70
THEN
IF {proc.group2_value} = -1
THEN "...
I'm using Crystal XI and an ODBC connection to a SQL server.
This issue is that an excel export is displaying zeros in cells that are supposed to be NULL. These are summary fields in a total line that are conditionally set to suppress.
These fields are dynamically set in the stored proc that...
Good Morning
I'm using Crystal XI and an ODBC connection to a SQL Server.
I'm running a report off of a stored procedure that calls on a datetime parameter (@report_date). I would like to prompt the user for just a DATE, and leave out the timestamp, however once I connect to the procedure in...
Basically what I'm trying to accomplish is running what looks like multiple reports all in one shot. Each instance of the group should have it's own report, which means starting a new page and resetting the page number.
However, the user would like to have a 'Page N of M' field in the header...
I'm using Crystal XI.
What I'd like to do is conditionally suppress one of the parameter prompts based on the values selected in another paramter.
The functionality is as such;
The report has three sections and the user has the ability to pick any/all of these sections to display.
IF only...
Good Afternoon,
I'm using Crystal XI and an ODBC connection.
I am working on a report that has a large section of static data, 'terms' if you may, that needs to be repeated 3 times, one after the other, per record.
Maintaining these as 4 seperate sections could prove to be pretty tedious...
Good Afternoon,
I have a simple relationship table that I need to add a contrainst to. The table is supposed to be a parent/child relationship, as well as the date the relationship is effective. See Below:
CREATE TABLE relation
(
child_id INT
,parent_id INT
,acq_date DATETIME
)
We have...
I'm using Crystal XI. I'd like to put criteria on the 'On Change Of' in a running total. The report is run by two possible scenarios, 'run_by' 1 and 2. When 'run_by' = 1 I'd like the running total to never reset. However when it's run by 2 I'd like to reset on the change of my Group1 value...
I'm using Crystal XI with an OLE DB connection to a SQL server. I'm getting the 'Failed to Retrieve Data from Database: Arithmetic overflow error converting numeric to data type varchar' error but the odd thing is I can still run the proc just fine in SQL Management Studio. The error only...
I'm using Crystal XI and an OLE DB Connection.
Basically I have a report that looks something like this.
Report Header A
Report Header B
Report Header C
Details
Report Footer A
Report Footer B
The Report Headers and Footers are pretty important legal mumbo-jumbo, and it's very important...
I'm using Crystal XI and an ODBC Connection to a SQL Server.
The issue I'm having is with a Group where 'Keep Together' is true is creating a blank page.
Essentially Group 1 is the top group in the report, and each new Group 1 starts on a new page.
I have Group 2 set to 'Keep Together' to...
I'm using Crystal XI.
I'm trying to use a variable to govern whether or not a group header appears on the next page with "(continued)" next to it. Basically the report is an activity log, with the activities being long strings that tend to run onto the next page. Our user would like the...
I'm using Crystal XI and an OLE DB connection to a SQL server.
We have having problems with sorting a group. The values we are sorting all have a dash somewhere in the title, however it seems that the sort function in crystal is not functioning correctly. Below is a list of the groups in...
I'm using Crystal XI.
The issue here is with the Group Headers populating at the bottom of the page with no details below it. I would like to prevent this from happening but I can not use a 'Keep Group Together' because there are three levels of grouping and not all three are always used...
We're using Crystal XI and an OLE DB connection.
Basically we are displaying a company logo in the top right of the page header. When I developed the report I inserted the image and left it in it's original size, 2.26" by 0.44".
When the report is viewed through the UI via Crystal Report...
I'm using Crystal XI and it's being fed from a SQL Server via an OLE DB connection.
What I have is a data set that has a list of companies and the amount of dollars in their account. There are multiple types of accounts, therefor a company may be listed on more than one record.
What I need...
Good Morning,
I am using Crystal XI.
The issue I'm having is with the Data Labels and Values overlapping eachother. It is a full page pie chart with the pie size set to 'Large', marker size set to 'Medium'. I'm showing both the Data Labels and Values 'Outside Pie', and they have been...
I'm using Crystal XI and a SQL Server connection.
My issue surrounds a value that I have to display as a string. When this value is negative it displays with a dash in front, we would like it to display in parenthesis (accounting format). I can't find the correct formatting to use in my...
I'm using Crystal XI and a SQL Server via an ODBC connection.
What I'd like to do is display my details section in two columns instead of one. The report this is for is a Contact report, and basically displays addresses like you would find on a mail envelope:
Contact
Company
Address 1
Address...
I'm using Crystal XI and an OLE DB connection to a SQL Server.
I want to know if it's possible to use a format string on a field in the data-set. I'm familiar with using a format string in a formula i.e.:
totext({table.field1},"#,###.00")
We would like to do this without having to create a...
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.