
Hello All,
I am saving filters user has applied to a dashboard and later use the filters and pass it using the base url. It work for most of the cases and I have encoded the string as per documentation.
However, when my filter has value N/A the filtering does not work. So when I have a value N/A as one of the filters, I generate the URL parameters and URL parameters look something like this &First Production Year=N%5C%2FA&typename=Gas" it does not work.
I see the filter set to value (N/A) but when i click the filter and see the value N/A is not selected.
Attached is the screenshot to elaborate what I am seeing.
How do i ensure that N/A is selected and applied when using URL filter,
Any help, here would be great. Thanks.

HI Zhouyi Zhang,
Many thanks for your reply, yes, when i convert the "&" to "%26", none of the filters get applied.
Below are sample set of parameters i am passing to the url
%26mainparam=test%20one%20two%20three%20four%26param2=Other%26State=Ohio%26County Unique=Hocking%26param3=%26param4=Other%26My another param=N%5C%2FA%26Well type=paramvalue
Any help in this would be really great, thanks