C
Cam
Hello,
I am trying to create a report that calculate certain fields and add up the
total.
For example: in a Text Box field I have,
=Sum(IIf([Stage]<>3,[Time],0))
This is to say calculate the sum of time in all stages except stage 3. (3 is
one of 9 stages under StageID key field)
I would like to create the same expression, except to exclude time in stage
1 to 5.
How do I put in in expression form? I tried And or Or function, but have not
luck.
Any help is appreciated.
I am trying to create a report that calculate certain fields and add up the
total.
For example: in a Text Box field I have,
=Sum(IIf([Stage]<>3,[Time],0))
This is to say calculate the sum of time in all stages except stage 3. (3 is
one of 9 stages under StageID key field)
I would like to create the same expression, except to exclude time in stage
1 to 5.
How do I put in in expression form? I tried And or Or function, but have not
luck.
Any help is appreciated.