please help me
An obvious question, but is [Quantity] on your Product Purchase table one of a Number, Decimal or Price type?
a text
Well....can you give an example of data that is stored in the column? The SUM function requires the data to be numeric.
If you are using the SUM() functions, it requires a LIST of values e.g , 1,2,3. So when using SUM(), use like this SUM(LIST(...yourcolumns)). Yoir columns are separated with commas, which make them a list or an array.
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |