Forum Discussion
Sreya
Helper II
5 years agoHow to pass a URL with column name having '/'
I am having a coulmn name 'ContractKey/EngagementKey'. How to Pass this column in URL. Below Filter is not working because of the column name as it contains '/'. ?filter=Project/ContractKey/Engag...
- Anonymous5 years ago
HI Sreya,
I'd like to suggest you take a look at the official document specific characters to handle part if they helped:
Filter a report using query string parameters in the URL#special-characters-in-url-filters
If these not help, you can add a calculated column to your table with a common name. (copy the value from 'specific characters' column and use this to replace the raw field in URL filter)
Regards,Xiaoxin Sheng
Anonymous
3 years agoNot applicable
I solved a similar problem by replacing the '/' with '_x002F_'
?filter=Sites/Region_x002F_LOB eq 'ESG'
ref: How to Encode SharePoint Column Display Names to Internal names (tachytelic.net)