Hi
I'm trying to filter out multiple string values from a field and tried this but it's not working:-
Contains("Total",[Country]) or
Contains("Total EU3",[Country]) or
Contains("Total(EU + EFTA)",[Country]) or
Contains("Total(EU15 + EFTA)",[Country])
I would need to strip out all the text and not sure if there is a AND OR function?
....also note that if I try this below then I get "malformed Function Call" :-
Contains(,[Country],"Total") or
Contains([Country],"Total EU3") or
Contains([Country],"Total(EU + EFTA)") or
Contains([Country],"Total(EU15 + EFTA)")
Please help?
Many thanks
Evie