Hi everyone, I have a multi value text field called DaysAvail with some values in it; 11; 18; 26; 04 I need to show the field MarketValue if the value is showing in the DaysAvail field I have a hide when formula with this value in the field MarketValue ; ("10" != @Explode(DaysAvail)) now it is not woring , how can I code this so that it shows the field when the value is found in the field DaysAvail thanks Paul,