Are you talking about this in a BAQ? Use a case statement for multiple conditions.
Case
when JobOper.OpCode = ‘Spiu’ and ResourceGroup.JcDept = ‘Sdept’ then Concat(JobHed.JobNum , ‘G’ )
else JobHed.JobNum
end
Figured it out. I actually typed it out correctly for this site, but didn’t have it typed in correctly in the BAQ. Note: I was using Case When and not IIF. LOL! Thanks!