Hello,
I have a report which uses the "Page N of M" field. I need to translate this report from English to Spanish. Is there an easy (or standard) way to do this for the "Page N of M" field? Any ideas?
Thanks,
Mdole
I'm still having trouble getting this to work... I started out with the following formula in the details section (which is supressed):
@OctNo:
if {@OrderMonth} = 1
then 1
else 0;
Then I sum @OctNo at group level. The problem is that this does not give me a count of each order but rather a...
Yes, this is correct except that I need to add another condition to make sure that each order is only counted once. This means that I would only like to count the first detail per group. I have tried a few different methods (such as checking if the line item number = max line item number for...
Sorry - didn't make it clear - that's what I've been trying to do. The issue is that it doesn't work correctly... Either it won't let me sum at year level or the sum is incorrect.
We are having the same problem when trying to print drill-down sections from Crystal Enterprise (CE). The functionality works in CR but not in CE... We have raised this as an issue with Crystal Decisions and were told that they will have to do some development to solve this. :-(
Hello,
I have a report which displays order information. I have several groups/sections suppressed to allow the user to see the data summarized by:
- Year (total order value and count of orders by month for the year)
- Order number (total order value and order status for each order)
- detail...
Hello,
I am using Crystal Reports with an SAP-BW database. I am using the following formula to display the parameters selected from a dropdown list:
WhilePrintingRecords;
StringVar Values;
NumberVar Counter := count({?YourParameter});
While Counter >= 1
Do
(Values := Values +...
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.