I am using Crystal 8.5 to report from a Pivotal database.
I am grouping my report by COMPANY.companyid but want to see the records in alphabetical order of company name, not ascending order of company id. Is this possible?
Thanks
Janice
Are there any known restrictions/problems with the LIKE operator?
I have a very simple selection formula:
{CONTACT.JOBTITLE} like "*director*" which is returning 0 records.
I have also tried:
{CONTACT.JOBTITLE} like "*" + "director" + "*" which also...
Hi
I am fairly new to Crystal and not that technical so hope you can help.
I have a report grouped by an ID field eg.
Group Header: 21189
Detail: Company A Value 1
Company B Value 2
Group Footer: Count({Company})
I want to set the value field for all records in the detail...
I am new to Crystal and have a very simple problem:
I have a formula field calculating commission based on a 'Total Value' field in the report.
For example, the formula reads: if product_type = "XXX" then (sale_value*5)/100 else (sale_value*2.5)/100
All I want to do is add 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.