Can i populate an entity based on the value of another
We are using HFM 11.1.2, and i swear that i've done this in the past
i Want to populate E#One.A#InterCoAP.I#Two the formula i am using is the following
If pov_entity = "One" Then
HS.EXp E#One.A#InterCoAP.I#Two = (E#Two.A#InterCoAP.I#One )*-1
End If
does tis make sense, because i get no values once i execute it