Hi Laurie,
There is a check box in the Cross-Tab properties that can do what you need. In the field in question you can uncheck the total.
Regards
vxxv
Hi Bjorn,
I think the right approach is:
ToText(nbrHour,"00") + ":" + ToText(nbrMinute,"00")
You don't have to verify the nbrMinute variable.
Regards
vxxv
Hi Jen,
Yes, it's perfectaly possible for you to do such operation.
First, you have to create a parameter, in the CR, for the Discount value. Then you can put that parameter in the report, in the place you want.
For the List Price field, you have to do a formula that calculates the respective...
Hi acessn,
Yes, it's possible to share Subreport data with the Main Report.
I even send u the link from where I took that information:
http://support.businessobjects.com/search/default.asp?ref=default.asp_selectlist
In this page, fill the search box with this:
"share subreport data with main...
The error happens in the development machine.
About looking in the Runtime.hlp file, I can't do that because I work with Crystal Reports Professional 8.5 and that file is not included in this version.
Jaime
Hello,
I work with Crystal Reports 8.5.
I have a report with a chart and when running it in an application the report returns the error 998.
I've searched this error in the Crystal Report site support page, and they said that the problem was due to some dll's missing (sscsdk80.dll and...
Hi,
I've a problem on how to build a chart. I work with CR 8.5 and I need to count the number of occurrences that wr_id has. But that number depends on verifying some aspects.
My table has some fields like (the ones that I need to check):
wr_id;pmp_id;pms_id;prob_type;date_issued;status...
Hello,
I've built a group to give me the sum of how often some fields appeare im my database.
The values that crystal retrieves are this:
0;2;3;5;8;17;19;32;53;1925;1948
Then I've built a bar chart to show these values. Everything is ok except that the scale that CR presents is from 0 to 2000...
But I want to show all the month values, even if they have null data, so that my x-axis will show all the months for that period (a year apart).
And my problem is that I don't know how to build a chart like this, and with all this specifications.
Thanks,
Jaime
Hi,
In the X axis I need to put a date interval - month/year - (always a year apart) that changes based on the values inserted by the user. This means that the X axis can be from January-2004 to December-2004 or March-2004 and March-2005, etc.
I don't know if this is possible to accomplish, but...
Hi,
I have a table with these fields:
date_assigned;
wr_id (work request);
priority;
The priority field has values from 0 to 5, which means that the wr_id must assume a priority level and a date_assigned to that work request. So I can have several wr_id's with different priorities, and...
Thanks for the response, I'm going to work on it.
The field MONTHDAYS.DAY in fact represents a date (it's a date datatype). I agree that it's not a good name for specifying this field, but it was not me that built the table. So I must restrict to the names provided by the database administrator...
Hello,
I'm working with CR 8.5 and I use a formula that retrieves the week number in a field of the type date, and the formula is like this:
DatePart ("ww",{MONTHDAYS.DAY})
I´m processing the CR through a form in BasicScript and it gives me an error in that formula. Meaning that, if I...
Hello,
I need to implement Crystal Report 8.5 with Visual Basic .NET.
Does anyone knows of any good tutorials or HowTo's that can help me with this issue.
I know how to work with CR but never tried CR with VS.NET.
My thanks,
Jaime
To pbtek,
Ok, the problem is like this.
I´m making a form in BasicScript from Summit Software.
What the form does is, it has several fields that can be filled by the user. The information for the fields comes from an Oracle table WR. So, when the user chooses, for example, the building field...
Hello,
I have a parameter field of type -> string - which allows multiple values.
This parameter returns, for example this string "20040001 200400002 200400003 200400010".
What I intend to do is to place this parameter in the "Report-Edit Selection Formula-Record" so that it looks like this...
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.