K
kiki6
I have a report that I am trying to run.. The string looks something like this:
=Sum(IIf([BU Month Name]="Jan",[Consumable Baseline],0)+IIf([BU Month
Name]="Feb",[Consumable Baseline],0)+IIf([BU Month Name]="Mar",[Consumable
Baseline],0)+IIf([BU Month Name]="Apr",[Consumable Baseline],0)+IIf([BU Month
Name]="May",[Consumable Baseline],0)).
When I add month of June- the report fails. If I take out May or any other
month and run it with June the report runs succesfully. It is almost as if
the IIF statement is too long. Can this be possible.
Any help would be greatly appreciated.
Regards
kiki
=Sum(IIf([BU Month Name]="Jan",[Consumable Baseline],0)+IIf([BU Month
Name]="Feb",[Consumable Baseline],0)+IIf([BU Month Name]="Mar",[Consumable
Baseline],0)+IIf([BU Month Name]="Apr",[Consumable Baseline],0)+IIf([BU Month
Name]="May",[Consumable Baseline],0)).
When I add month of June- the report fails. If I take out May or any other
month and run it with June the report runs succesfully. It is almost as if
the IIF statement is too long. Can this be possible.
Any help would be greatly appreciated.
Regards
kiki