JithuAccess
Member
- Local time
- Today, 13:35
- Joined
- Mar 3, 2020
- Messages
- 325
Hello,
I have three fields in my Table: ID, Status and Amount. I want to find the sum of the Amount if the Status is "Approved" in my report. What would be the Syntax if I am using the "Sumiif" Function?
I have put the following Function in the Text Box's control source property of my Report
=Sum([Amount](IIf([Status]="Approved",0)))
And I am getting an Error message like "Undefined function 'Amount' in Expression". Could you please help me how to solve this.
Thanks
I have three fields in my Table: ID, Status and Amount. I want to find the sum of the Amount if the Status is "Approved" in my report. What would be the Syntax if I am using the "Sumiif" Function?
I have put the following Function in the Text Box's control source property of my Report
=Sum([Amount](IIf([Status]="Approved",0)))
And I am getting an Error message like "Undefined function 'Amount' in Expression". Could you please help me how to solve this.
Thanks