on 2016 Apr 07 6:21 PM
Hi Gurus,
We have a report where we want to show the average of the accounts instead of the totals at the top most level. I am wondering if there is a way to achieve this.
We are loading data for 3 accounts with each one of them having a different format.
For Example:
Account1 Account2(Rate) Account3
2016 Jan 3% 34 2000
2016 Feb 5% 35 10000
2016 Total 4% 34.5 12000
Can something be done at the account member level i.e. change a property to show the type of account it is?
Regards,
David
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vadim.
The user requirement is not as complicated as your example, but I get your point. It is better to write a formula or SL for it. I am thinking of something like
If Time period is "2016 Total" then divide the number by the baseperiod of last month with data.
Correct me if I am wrong.
Hmm, the requirement is that the user needs to see the averages of the current year when the Total member for the year is picked.
Say Account 1 has percentages maintained for the current year, when he/she pulls "2016 Total" into the report, he/she should see the average of the values instead of the total values. That is if there is data for 6 months and the the user pulls "2016 Total" member for this particular account he/she needs to see the average for the six months. For all other accounts he needs to see the totals and not averages.
It is done so as to not confuse the users when they see the sum of the percentages when "2016 total" is pulled than anything else. (If Jan 2016 has 48% and Feb 2016 has 64% then if it shows as 112% for 2016 Total, the other users will get confused). It is not used for any other calculations just more of a dummy representation.
Ssorry but average for percentage in most cases is the same meaningless figure as sum of percentages. It's better to show simply nothing in this case then average!
Another thing you have to understand that the system has no idea that only 6 month are available. I for some month you have no record the system assumes it as zero record! Sample:
for some account you have 6 month data, but the last month have correct zero value. What will be your last month
Hi David,
You can achieve this by two different ways,
1) Create local member and put Average formula
2) Create custom measure
Shri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.