Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Your function must be :
SUM ({1<YEAR=P(YEAR)>} Sales)I am using that function.
Different parens/ uses elipses...