hrdpgajjar
Registered User.
- Local time
- Today, 06:41
- Joined
- Sep 24, 2019
- Messages
- 110
Hi all,
I have a table which has following columns,
- Product Item
- Rate
- Is Head unit item (yes no field)
- Quantity
- Amount
Now i need sum of amount where "Is Head Unit item" field has value yes.
I have tried "Sum(IIF([Is Head Unit Item],1,0)) but not able to get the sum value.
How can i do this?
Thanks,
- Hardip
I have a table which has following columns,
- Product Item
- Rate
- Is Head unit item (yes no field)
- Quantity
- Amount
Now i need sum of amount where "Is Head Unit item" field has value yes.
I have tried "Sum(IIF([Is Head Unit Item],1,0)) but not able to get the sum value.
How can i do this?
Thanks,
- Hardip