This content has been marked as final.
Show 2 replies
-
1. Re: Set to calculate against the total and not the Top N Clients only
Tracy RodgersNov 30, 2012 1:42 PM (in response to herbert jiri)
Hi Herbert,
This can be done by creating a calculated field using the parameter similar to the following:
if index()<=[Top N Parameter] then 'show' else 'hide' end
Then, place this calculation on the view. Right click on the 'hide' member and select Hide. Finally, do the percent of total calculation--this will include all of the values because the values have been hidden not filtered out.
Hope this helps!
-Tracy
-
2. Re: Set to calculate against the total and not the Top N Clients only
herbert jiri Dec 3, 2012 12:48 AM (in response to Tracy Rodgers)Thanks so much Tracy that really worked out perfectly.
Herbert