I have two formulas, I'm not sure where the breakdown is, but they produce records in CR 8.5, but I get no data in 10. I have used the datasource migration wiz, and everything else in the report seems fine:
Formula #1 -
if isnull({area_codes.state}) = true then "XXX"
else UpperCase ({area_codes.state})
Formula #2 -
if ( {state_dtl.calls offered} = 1 and {@GroupST} = "XXX") then 1
else 0
Does anyone see something that would cause an issue in CR 10?
Formula #1 -
if isnull({area_codes.state}) = true then "XXX"
else UpperCase ({area_codes.state})
Formula #2 -
if ( {state_dtl.calls offered} = 1 and {@GroupST} = "XXX") then 1
else 0
Does anyone see something that would cause an issue in CR 10?