I am using Crystal 8.5 and 9.
I use a formula written in 8.5 to group the fields together in a report
if {Clients.ClientText06} = "" then {Clients.Country} else {Clients.ClientText06}
My report comes out like below which is great
Company Allocation First Name Last Name
110 Fred Smith
110 Steve Smith
110 Jeff Smith
Note:
"Company" - {Clients.Country}
"Allocation" - {Clients.ClientText06}
I have other companies and allocation like 120, 130 ect.. that after each I create a New Page.
If I use the same formula in Ver. 9, the 2 fields "Company" and "Allocation" stay separated. How do you in Version 9 get these 2 fields to group together.
I have the formula in Group Expert Screen, but for some reason it is not bringing up the "Company" -{Clients.Country} field if "Allocation" - {Clients.ClientText06} is = to "".
Both fields are strings and have text and numerical values in them. Thanks for any suggestion...
I use a formula written in 8.5 to group the fields together in a report
if {Clients.ClientText06} = "" then {Clients.Country} else {Clients.ClientText06}
My report comes out like below which is great
Company Allocation First Name Last Name
110 Fred Smith
110 Steve Smith
110 Jeff Smith
Note:
"Company" - {Clients.Country}
"Allocation" - {Clients.ClientText06}
I have other companies and allocation like 120, 130 ect.. that after each I create a New Page.
If I use the same formula in Ver. 9, the 2 fields "Company" and "Allocation" stay separated. How do you in Version 9 get these 2 fields to group together.
I have the formula in Group Expert Screen, but for some reason it is not bringing up the "Company" -{Clients.Country} field if "Allocation" - {Clients.ClientText06} is = to "".
Both fields are strings and have text and numerical values in them. Thanks for any suggestion...