Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

use AVG in query for dataset

$
0
0

Im trying to use AVG in query for my dataset in ssrs.

This is my query

SELECT name, id, AVG(complience) AS complience
FROM result
WHERE (date >=@startdate) AND (date<= @enddate)

Im later on doing a sprakline with the complience for each date.

Please help me :)


Systemdeveloper @ 4film


Viewing all articles
Browse latest Browse all 10045

Trending Articles