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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Filter

Hello,

I am using the following function: SUM ((1) <YEAR=P(YEAR)> Sales).
This function serves to show the value of sales in the year, according to the year selected in the Multiple Selection object and the result of this sale is within a table in the first field is a group and the second is the result of sales.
Group are in the fields of company and product.

When that group selection is the result comes out right company, the more you change the value to product changes.

Does anyone know a way to solve this problem?
I need to catch the sum of sales of the year regardless of any other filter.

Thank you.

3 Replies
martin59
Specialist II
Specialist II

Your function must be :

SUM ({1<YEAR=P(YEAR)>} Sales)


Anonymous
Not applicable
Author

I am using that function.

Not applicable
Author

Different parens/ uses elipses...