Hi
I have a Sharepoint List with a column with special characters in it, its called Öppen/Stängd (Open/Closed).
It's "Choice" type of column with three choices: Öppen, Stängd, Vilande (Open, Closed, Paused).
No matter how I try to format the ODATA Filter Query I just get errors. I found out the name from Column settings "url" in Sharepoint.
I have tried:
%D6ppen%2FSt%E4ngd eq 'Vilande' (results in "The $filter expression "%D6ppen%2FSt%E4ngd eq 'Vilande'" is not valid. Creating query failed."
_x00d6_ppen_x002f_St_x00e4_ngd eq 'Vilande' (results in Column '_x00d6_ppen_x002f_St_x00e4_ngd' does not exist. It may have been deleted by another user.)
[_x00d6_ppen_x002f_St_x00e4_ngd] eq 'Vilande' (results in The $filter expression "[_x00d6_ppen_x002f_St_x00e4_ngd] eq 'Vilande'" is not valid. Creating query failed.)
['_x00d6_ppen_x002f_St_x00e4_ngd'] eq 'Vilande' (results in The $filter expression "['_x00d6_ppen_x002f_St_x00e4_ngd'] eq 'Vilande'" is not valid. Creating query failed.)
So I have learned to always create columns without special characters and then renaming them, but unfortunatly this list includes to many records for me to delete the column and start over (although Im sure I could copy data from