Hi,
I had the same issue when BO migrated to v 4.1
I did this workaround along the lines of the advice of what was given to you previously:
Original Formula
[objY] =Sum([objX]=0 Or [objX]=1) + 0 - I had 0 in my formula to avoid null returns
New Formula
[objZ] = [objY] Where ([objX] In ([objX]) =0 Or [objX] In ([objX]) =1) + 0
Please note for charts you might have to create a new variable since I had nulls on my chart!
Message was edited by: Jaspal Singh