jschill2628
Programmer
I am using Crystal XI.
I have the following formula, that I want to put in a Crosstab, however it is not populating everything, when I put the formula into the Crosstab, it only shows the first two values Cause- Not Populated and Cause- Populated.
(if isnull ({CHICLAIMSA1.SA136}) then "Cause- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA136})) then "Cause- Populated" ) or
(if isnull ({CHICLAIM.SPECIAL9}) then "Severity- Not Populated" else
if not (isnull ({CHICLAIM.SPECIAL9})) then "Severity- Populated" ) or
(if isnull ({CHICLAIMSA1.SA73})then "Injury- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA73})) then "Injury- Populated" ) or
(if isnull ({CHICLAIMSA1.SA138}) then "Line of Business- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA138})) then "Line of Business- Populated" ) or
(if isnull ({CHICLAIMSA1.SA139}) then "Event Type- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA139})) then "Event Type- Populated" ) or
(if isnull ({CHICLAIMSA1.SA140}) then "Event Subtype- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA140})) then "Event Subtype- Populated" )
THANK YOU!!
I have the following formula, that I want to put in a Crosstab, however it is not populating everything, when I put the formula into the Crosstab, it only shows the first two values Cause- Not Populated and Cause- Populated.
(if isnull ({CHICLAIMSA1.SA136}) then "Cause- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA136})) then "Cause- Populated" ) or
(if isnull ({CHICLAIM.SPECIAL9}) then "Severity- Not Populated" else
if not (isnull ({CHICLAIM.SPECIAL9})) then "Severity- Populated" ) or
(if isnull ({CHICLAIMSA1.SA73})then "Injury- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA73})) then "Injury- Populated" ) or
(if isnull ({CHICLAIMSA1.SA138}) then "Line of Business- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA138})) then "Line of Business- Populated" ) or
(if isnull ({CHICLAIMSA1.SA139}) then "Event Type- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA139})) then "Event Type- Populated" ) or
(if isnull ({CHICLAIMSA1.SA140}) then "Event Subtype- Not Populated" else
if not (isnull ({CHICLAIMSA1.SA140})) then "Event Subtype- Populated" )
THANK YOU!!