Forum Discussion
Aggregation Table - Issue selecting detail column
- 5 years ago
The source table data type was ultimately the source of the issue.
I updated the source View to cast "Qty" in the same format as Sales. Once updated, the aggregation table then allowed me to select Qty for that column.
swise001 if you highlight over the QTY option in the drop down it should give you a message that tells you what is going on. What is it telling you when you highlight over it?
- swise0015 years agoContinued Contributor
"detail column must be the same type as the aggregation column for sum aggregations"
From the view I am using - Qty has datatype "int" and Sales has datatype "decimal".
Not sure if this is where the issue lies, but sharing just in case.
- swise0015 years agoContinued Contributor
The source table data type was ultimately the source of the issue.
I updated the source View to cast "Qty" in the same format as Sales. Once updated, the aggregation table then allowed me to select Qty for that column.