I have a formula based on a hierarchy and I'm not getting the result I expect.
TransCode is either Buy or Sell. This always evaluates to false. Any suggestions?
Also, is there a way to debug formulas?
if( $TransCode$ == "Sell" )
{
return -1
}
else
{
return 1
}