Hi @danspav/ @bowesmana , Thanks for your response, I has tried this way, still getting different values in URL Here is my URL after selection of pie chart, &%26form.office_filter%3DF...
See more...
Hi @danspav/ @bowesmana , Thanks for your response, I has tried this way, still getting different values in URL Here is my URL after selection of pie chart, &%26form.office_filter%3DFront%20Office=& I'm getting %26, %3D instead for = , %20 instead of space i had tried this way in actual info,
<input type="multiselect" token="office_filter" searchWhenChanged="true">
<label>Front/Back office</label>
<choice value="Front Office">Front Office</choice>
<choice value="Back Office">Back Office</choice>
<default>Front Office</default>
<prefix>(</prefix>
<suffix>)</suffix>
<initialValue>Front Office</initialValue>
<valuePrefix>"</valuePrefix>
<valueSuffix>"</valueSuffix>
<delimiter>,</delimiter>
<change>
<eval token="office_filter_drilldown">replace($form.office_filter$ + "","([^,]+),?","&form.office_filter=$1")</eval>
</change>
</input>
<drilldown>
<link target="_blank">/app/antivirus_details?form.compliance_filter=$click.value$&$office_filter_drilldown$&form.machine=$machine$&form.origin=$origin$&form.country=$country$&form.cacp=$cacp$&form.scope=$scope$</link>
</drilldown>
Can you please ensure this! Thanks! Manoj Kumar S