Hi!
I want to make a copy table where I copy all the values from a database and filter out the values that I want.
In one of the columns theres a number value that can't be changed manually to text, for that value I want to convert it and ignore the null values.
So I only want to show the values that are visible.
I tried with TRY: IIf([PQ_OPTIONVAL_D]=Null;0;Val([PQ_OPTIONVAL_D]))
But what can I use instead of "0" to just ignore it?
Right now it just shows #error but I dont even want the record to show.
Many thanks
/ C