I am simply trying to divide a cost by a count from a pregrouped view. It worked fine for me with a different view, but this one is displaying numbers that are all over the place. Any insight would be much appreciated.
Thank you
I am simply trying to divide a cost by a count from a pregrouped view. It worked fine for me with a different view, but this one is displaying numbers that are all over the place. Any insight would be much appreciated.
Thank you
This worked for me!!!
Delete the calculated field you are trying to create in the dataset properties, In SSRS you cannot use aggregation functions like SUM in calculated field expression. Those calculation must be perfomed in the report itself. – alejandro zuleta