i have a field that contains the postcode of people. I want to return only the first 4 digits of the postcode.
I have put in...
mid({field.name}, 1, 4)
I am getting the error message "A Boolean is required here"
I am also already returning only records that are not null in this field by including...
{field.name} like "*"
If this is wrong - can somone tell me what I should be writing.
Can somone shed some light on this..?
Thanks
Vis.
I have put in...
mid({field.name}, 1, 4)
I am getting the error message "A Boolean is required here"
I am also already returning only records that are not null in this field by including...
{field.name} like "*"
If this is wrong - can somone tell me what I should be writing.
Can somone shed some light on this..?
Thanks
Vis.