Forum Discussion
Field parameters and URL filters
Hi mkavcic ,
Just use "_x0020_" instead of space in the table name, like this:
&filter=Table _x0020_ name.
Special characters in table and column names
Special characters and spaces in table and column names require more formatting. When your query contains spaces, dashes, or other non-ASCII characters, prefix those special characters with an escape code starting with an underscore and an X (_x), then the four-digit Unicode, then another underscore. If the Unicode is fewer than four characters, you need to pad it with zeroes. Here are some examples.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
I am not using any space in table name.
My example was &filter=Table/Fieldname eq 'Tablename'[Fieldname]
So no empty spaces.
- mkavcic3 years agoFrequent Visitor
Is there anybody that uses URL filtering with FIELD PARAMETERS?
I have searched everywhere and found no working solution.
I have tried all the custom formatting options and URL filtering does not work.
As far as I know, this is a bug.