I have a BAQ with a Calculated value SlowMover
Datetype is bit and the WORKING statement is:
(case when PartCURRDmdandQOH.Part_PartDecor_c = ‘TB Endeavor’ then 0 else 1 end)
Results display correctly.
HOWEVER
I cannot get this calculated field to work in SSRS at all. I have tried IIF statements and or simply returning the value 1 or 0 from the BAQ. It doesn’t work.
HELP!