I've a straightforward if
if isnull({ORC_get_O07MarketingLead.Description}) then
(
strMarketingindicator := "No"
)
Else
strMarketingindicator := "Yes";
Wanting to colour in Crystal according to yes or no.
I tried color (R/g/b) no luck. Is there another way?
Redeem.
if isnull({ORC_get_O07MarketingLead.Description}) then
(
strMarketingindicator := "No"
)
Else
strMarketingindicator := "Yes";
Wanting to colour in Crystal according to yes or no.
I tried color (R/g/b) no luck. Is there another way?
Redeem.