using a SUM IF formula in Access -
I am trying to submit "Order Quantity" from a table in my Access database where "Name of the Content Group I am using: "Equals" via generic RX "formula
I'm using: But I'm getting an invalid syntax error on the generic RX expression The value of "Genetic Rx" "Content Group No "What's the best way to go about this?"
SIF (IIF ([name of physical group] = (normal RX). [Order quantity], 0) | 1 2 3 - Literal To split the text value, use quotation marks instead of brackets.
- Use a comma between the
IIfarguments. - Each open bracket By a close bracket no Should be Ulit.
This must be done ...
SUM (IIF ([content group name] = "normal rx", [order quantity], 0) )
Comments
Post a Comment