cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Analytics Cloud Planning Data Action Advance Formula

pragi2028
Explorer
0 Kudos

Hi all

using Data action I have to multiply a measure (percentage) which is stored under unassigned for all dimensions except for Cost center and Date with Salary of all employee

I have around 400 employee.

when i multiply it does not produce any result.

 

 

 

CONFIG.GENERATE_UNBOOKED_DATA=OFF
MEMBERSET[d/GL_Account]=("700102","800204","620401")
MEMBERSET[d/SAP_Cost_Center]=(BASEMEMBER([d/SAP_Cost_Center].[h/H1] ,"Cell Tech","Elec Tech","SG&A","Support OH" ))	

	DATA([d/Measures]="Benefit_Dollar",[d/Date]="202401") = RESULTLOOKUP([d/Measures]="Salary",[d/Date]="202401") *
	RESULTLOOKUP([d/Measures]="FICA_Medicare",[d/EE_ID]="#",[d/Date]="202401",[d/GL_Account]="#",[d/HR_Band]="#",[d/Job_Title]="#",[d/Name]="#",[d/Type]="#")​

 

 

pragi2028_0-1713342435109.pngpragi2028_1-1713342472435.pngpragi2028_2-1713342621599.png

 

 

Can someone please help with this. Any solutions.

 

Thanks in advance.

 

SAP Analytics Cloud SAP Analytics Cloud for planning 

Accepted Solutions (0)

Answers (1)

Answers (1)

William_Yu
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi pragi2028

    The logic should be straight forward to achieve with advance formula.  I would suggest to recheck your code if all dimensions having '#' are specified in the second RESULTLOOKUP, for example 'Plan Year' . 

Best regards, William