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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
rogeriobarbosa
Contributor II
Contributor II

expression to total by city

Hello, I am on the following problems need an expression for the total goal for the city regardless of the month and the selected filter expression that I should return the total target of that city, please help me.

Thank you.

2 Replies
swuehl
MVP
MVP

Maybe like this?

=sum({<Mês_Ano=, SEGMENTO=, [INDICE_MES]=>} total<CIDADE> GOAL)

rogeriobarbosa
Contributor II
Contributor II
Author

great answer, thank you.