Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This not working
sum({<QC_EvaluationResult>} MonthYear)
And I must show on label colum MonthYear and I is possible choose dimension panel MonthYear or Year
And this not workin
sum(({<QC_EvaluationResult>} QC_EvaluationTarget)MonthYear)
This must work on table
And I must show on label colum MonthYear and I is possible choose dimension panel MonthYear or Year
What are you trying to calculate? You have an unusual expression in your post.
Your expression tries to sum up the numeric values of MonthYear, but ignore any selection done to field QC_EvaluationResult.
Could it be that you want to do the opposite?
Sum({<MonthYear>}QC_EvaluationResult)