Qlik Sense should be able to create and interpret links shared that use filtered mashups as per the
API , but this is not the case. Links that contain these filters are generated correctly with [] brackets, but when these links are clicked from an email client like Outlook, the brackets are encoded with
%5b and
%5d and Qlik Sense cannot decode this.
Example:This link
https://qlikserver1.domain.local/sense/app/7c30087e-cfb5-4202-895a-66868c8a7934/sheet/94ec975c-fd7f-4588-9110-4ffbeef69bc9/state/analysis/options/clearselections/select/City/Erfurt/select/Sales/[85%2C12];[485%2C96]/will change to this link
https://qlikserver1.domain.local/sense/app/7c30087e-cfb5-4202-895a-66868c8a7934/sheet/94ec975c-fd7f-4588-9110-4ffbeef69bc9/state/analysis/options/clearselections/select/City/Erfurt/select/Sales/%5b85%2C12%5d;%5b485%2C96%5d/Environments:
- All Qlik Sense Enterprise versions prior to April 2019.
There was a case sensitivity issue that prevented Qlik Sense Enterprise from decoding the lowercase version of HTML encoded brackets, but not the uppercase version of it.
The issue is resolved in Qlik Sense April 2019. See the related
Release Notes for ID QLIK-93757.