However, I tried grouping them in the outer query (you cant do this in the inner query because of the aliases). This still gives the following error message: "Database engine does not recognize q.id as a valid field name or expression"
This is the adjusted query:
Code:
PARAMETERS MemberID Short; TRANSFORM Sum(t1.Score) AS SumOfScore SELECT t1.questionid, t1.Assigned,
Leave a comment: