Can I add security to the report?
eg. if someone want to view the report (already in rptr format), he has to enter the password.
I'm using CR2016
Thanks
Jerry
Can I use Crystal Reports (not Crystal Server) to read database via internet?
eg. I want to run the CR reports from home, while the database is at the office.
I'm using MySQL 5.1, CR2016
Thanks for the help
Jerry
I want to do the charts for annual sales by month, by customer, by stock group, by salesperson...
There will be a lot of calculation
I imagine the process will be:
When I run the report, Crystal Reports will:
1) calculate from the raw data,...
I want to create a chart from the annual sales, then I realize CR picks the value from the table fields, not from the formula fields.
My report:
The Design:
Is there a way to create the chart?
Thanks for the help
Yes I use the suggestion from the link: If {?DateParameter} = Date(1900,1,1) Then
{My Date Database Field} = DataDate
Else
{My Date Database Field} = {?DateParameter} The code is in the Report -> Select Expect -> Recor...
hi Venkat,my date parameter is dateparameterso I created the formula:if not HasValue({?dateparameter}) then currentDate else {?dateparameter}but I got an error message:The result of a formula cannot be a rangebecause I turn the Allow range values = Y...