HFM Rules how to check two accounts
Hi,
I need to check the two accounts. It is giving error syntax error. Please help.
If HS.Value.Member = "<Entity Currency>" or HS.Value.Member = "<Entity Curr Adjs>" Then
If HS.EXP A#600 <> 0 and A#Inv_Purch = 0 Then
HS.EXP "A#6500 = A#600"
ELSE
HS.EXP "A#6500 = 100"
END IF
END IF