Please help me on this requirement. I am having tough time to resolve.
I have a requirement where I need to Exclude Top 1% records from webi report.
First lets try on Top 1 row: We need to exclude this top 1 record and do average of days from 2nd value to till last value) on rest of the records. let me know how to achieve this with ranking or any other function. Greatly appreciated for your help.
However I would like to have average and sum of sales of the top employee without having all employees in my report.
When I remove the employee from the block, Average sales its not calculated anymore.
Could you please advise how I can do the calculation with out the employee in the table?
Hi Mark,
Rank is working only if employee number is in the block. as soon as the employee number is removed from block, value is showing blank.
requirement is to show top 1% at country level. Please advise!
my source is Bex Query not universe. please help me.
I added FlagVar tru-fal-rank to my block to keep "true"and get rid of 'false"records.
Here are my variables:
Minus_Top_1% (Measure) = ([Total Receipts]*0.99)
Rank-runcnt (Measure) = Rank([CWT Days]+(RunningCount([CWT Days])/ (RunningCount([CWT Days])+0.8 )))
tru-fal-rank (dimension)= If [rank-runcnt] > Round([Minus Top 1%];0) Then “true” Else "false "
This Flagvar is working only when I have one month records. It’s resetting to show both true and false as soon as I am running report for more than 1 month data with different storage locations.
Please find the attached screenshot and let me know how should I make it work to filter out false data when we have more than one block data or more months or more slocations.