cancel
Showing results for 
Search instead for 
Did you mean: 

how to calculate % value

former_member196948
Participant
0 Kudos

Hi Gurus,

I have an query. i need to create 2 report from dept,showroom and sales revenue. i have created crosstab to achieve below requirement.

1st report is working fine. but i am getting below #multvalue error. i have created variable with for each and for all but i am not able to achieve the requirement

dept/showroomAdministrationDirectorateFinanceHuman ResourcesSalesServiceSum:
137,500104,800118,30037,500197,43070,200565730
2-75,60082,00037,500196,08070,200461380
3-75,60082,00037,50088,92032,700316720
Sum:375002560002823001125004824301731001343830

dept/showroomAdministrationDirectorateFinanceHuman ResourcesSalesServiceSum:
16.63%18.52%20.91%6.63%34.90%12.41%100.00%
216.39%17.77%8.13%42.50%15.22%100.00%
323.87%25.89%11.84%28.08%10.32%100.00%
Sum:#MULTIVALUE#MULTIVALUE#MULTIVALUE#MULTIVALUE#MULTIVALUE#MULTIVALUE100.00%

output should be

for example : 37500/1343830*100=2.79

Sum:2.79%19.05%21.01%8.37%35.90%12.88%100.00%

i am using sap BI launchpad 4.1

Thanks in advance.

Regards,

Ranjeet

Accepted Solutions (0)

Answers (2)

Answers (2)

tanveer1
Active Contributor
0 Kudos

Hi,

Try this formula

= Sum([sales revenue])/ ([sales revenue] in report)

Thanks,

Tanveer.

former_member196948
Participant
0 Kudos

any resolution gurus?

saurabh_sonawane
Active Contributor
0 Kudos

Hi

just create a new mesrure name sumtotal

formula for that is

=Sum(Sum([Administration] +[Directorate]+[Finance]+[Human Resources]+[Sales]+[Service])ForAll ([departmen]))

and then just divide that with

sum([Administration] )/[sumtotal]*100

saurabh_sonawane
Active Contributor
0 Kudos
departmen

Administration

Directorate

Finance

Human Resources

Sales

sum total

1

37,500

104,800

118,300

37,500

197,430

1,343,830

2

75,600

82,000

37,500

196,080

1,343,830

3

75,600

82,000

37,500

88,920

1,343,830

Sum:

37,500

256,000

282,300

112,500

482,430

2.79

19.05

21.01

8.37

35.9