Not sure why, but I am getting a value of DoctorsNPI when I test and I know the specialcase = 2 and the carrier equals MEDICAID IA.
Code:
if {Claims_txt.SpecialCase} = 1 then
""
else if {Claims_txt.SpecialCase} = 2 and {Claims_txt.InsuranceCarrierName} <> "MEDICAID IA" then
{Claims_txt.DoctorsNPI}
else if {Claims_txt.SpecialCase} = 3 then
""
else if {Claims_txt.SpecialCase} =4 then
""