Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kkarlste
Creator
Creator

Sum skript

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


kkarlste_0-1695479715476.png

 

 

Labels (1)
2 Replies
kkarlste
Creator
Creator
Author

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

kkarlste_0-1695481829989.png

 

 

Vegar
MVP
MVP

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)