Hi,
I have searched on the forum but cannot seem to find a answer. Wonder if anybody could help. Is there anyway on data formats to contains .jpeg or png etc... I can only get it to do one at a time.
Thanks,
Hi,
I have searched on the forum but cannot seem to find a answer. Wonder if anybody could help. Is there anyway on data formats to contains .jpeg or png etc... I can only get it to do one at a time.
Thanks,
The expression will have to be something like:
name.contains("hello") || name.contains("world")
||
is the OR operator
Thanks for the quick response