Problem with IFF comparison
this is my code on a simple text object
[IIf([Pratiche.Perizia]=="", [Pratiche.Locatario], [Pratiche.Perizia])]
but when i try to show preview i get the exception
function 'ToString' shadows an overridable method in the base class 'Object'. etc etc...
can u help me? i still tried to convert field Pratiche.Perizia with ToString function to do the comparison but with same issue.
ty
[IIf([Pratiche.Perizia]=="", [Pratiche.Locatario], [Pratiche.Perizia])]
but when i try to show preview i get the exception
function 'ToString' shadows an overridable method in the base class 'Object'. etc etc...
can u help me? i still tried to convert field Pratiche.Perizia with ToString function to do the comparison but with same issue.
ty