cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Analytics Cloud for planning - Comparator Issue in Advanced Formulas

guenay
Participant
0 Kudos

Hi friends,

Iam using following code, but it does not work.

IF [d/Customer_Sold_to]!=[d/Enhanced_Cost_Center].[p/Customer] THEN
	DELETE()
ENDIF

Neither this way works:

MEMBERSET [d/Customer_Sold_to]!=[d/Enhanced_Cost_Center].[p/Customer]

DELETE()

 To make sure, that there is no Data set issue I made following check:

MEMBERSET [d/Customer_Sold_to]=[d/Enhanced_Cost_Center].[p/Customer]

DATA()=RESULTLOOKUP()+10000000

 It works perfectly fine. 

So there must be some kind of issue with the comparator -> !=

Any ideas?

Kind regards
Ismail


@N1kh1l especially asking you!

View Entire Topic
William_Yu
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi guenay

   Please check  if '!==' would work in your case.    

William_Yu_0-1713240264138.png

Best regards, William