Hi everyone,
I'm working with Microsoft Dynamics 365 Business Central and I need to set a filter on the industry
field where the value is "Oil & Gas" (as a single string). However, when I try to set the filter, Business Central interprets "Oil" and "Gas" as two separate values because of the special character &
and I get the following error:
"The filter 'Oil & Gas' is not valid for the Industry field on the Customer table. 'Oil' is not an option."
Here is what I'm trying to do:
But it seems like it splits the value into two parts: "Oil" and "Gas", rather than considering them as one value.
Is there a way to properly set this filter so that "Oil & Gas" is treated as a single value, without splitting on the &
character?
Any help would be appreciated!
Thanks in advance.