I am trying to get this statement to calculate based on 3 parameters:
CallsAbandoned1: IIf([dbo_dApplicationStat_PHX].[Application]<>"DI_CF_App" Or "DI_IBank_App" Or "DI_Met_App",(([dbo_dApplicationStat_PHX].[CallsAbandoned])-(([AbdDelay2])+([AbdDelay4])+([AbdDelay6])+([AbdDelay8])+([AbdDelay10]))),(([dbo_dApplicationStat_PHX].[CallsAbandoned])-(([AbdDelay2])+([AbdDelay4])+([AbdDelay6])+([AbdDelay8])+([AbdDelay10])+([AbdDelay12])+([AbdDelay14])+([AbdDelay16])+([AbdDelay18])+([AbdDelay20])))
However I get the same result that I get w/o the
(([dbo_dApplicationStat_PHX].[CallsAbandoned])-(([AbdDelay2])+([AbdDelay4])+([AbdDelay6])+([AbdDelay8])+([AbdDelay10])+([AbdDelay12])+([AbdDelay14])+([AbdDelay16])+([AbdDelay18])+([AbdDelay20])))
Am I missing a comma or parenthesis in the wrong place? TIA.
CallsAbandoned1: IIf([dbo_dApplicationStat_PHX].[Application]<>"DI_CF_App" Or "DI_IBank_App" Or "DI_Met_App",(([dbo_dApplicationStat_PHX].[CallsAbandoned])-(([AbdDelay2])+([AbdDelay4])+([AbdDelay6])+([AbdDelay8])+([AbdDelay10]))),(([dbo_dApplicationStat_PHX].[CallsAbandoned])-(([AbdDelay2])+([AbdDelay4])+([AbdDelay6])+([AbdDelay8])+([AbdDelay10])+([AbdDelay12])+([AbdDelay14])+([AbdDelay16])+([AbdDelay18])+([AbdDelay20])))
However I get the same result that I get w/o the
(([dbo_dApplicationStat_PHX].[CallsAbandoned])-(([AbdDelay2])+([AbdDelay4])+([AbdDelay6])+([AbdDelay8])+([AbdDelay10])+([AbdDelay12])+([AbdDelay14])+([AbdDelay16])+([AbdDelay18])+([AbdDelay20])))
Am I missing a comma or parenthesis in the wrong place? TIA.