<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: leading zeroes for filter selection in URL in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840793#M69632</link>
    <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;&lt;P&gt;thanks for your response.&amp;nbsp; Please find here my answers to your questions :&lt;/P&gt;&lt;P&gt;1. I do not have access to the source application.&amp;nbsp; I only have this constructed URL available.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="leadingzeroesproblem_1.PNG" style="width: 950px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63125i6A159CC5F46E0D86/image-size/large?v=v2&amp;amp;px=999" role="button" title="leadingzeroesproblem_1.PNG" alt="leadingzeroesproblem_1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. The first app is not a Qlik Sense app, it's a web application which only constructs the URL to jump to the Qlik Sense dashboard&lt;/P&gt;&lt;P&gt;4. That was the November 2020 version.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Fri, 01 Oct 2021 08:07:32 GMT</pubDate>
    <dc:creator>Raymzzz</dc:creator>
    <dc:date>2021-10-01T08:07:32Z</dc:date>
    <item>
      <title>leading zeroes for filter selection in URL</title>
      <link>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1837800#M69242</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;we have an external application which constructs an URL towards one of our Qlik Sense apps, together with a filter selection inside it.&amp;nbsp; Something like this : https://...sense/app/69877437-4e38-4353-b884-e77ea32513c2/sheet/f747c174-50f8-4453-92ba-1d4a0c8e9cec/state/analysis/&lt;STRONG&gt;select/CifNr/0998740.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;However, since the recent update of Qlik Sense to version "May 2021 patch 4", he does not longer accept a leading zero before the number, in this case 998740.&amp;nbsp; The URL only seems to work when the leading zero is omitted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone aware of this bug and does anyone has a way to resolve this?&amp;nbsp; The field CifNr is known in the datamodel as being numeric.&amp;nbsp; Passing the filter with a leading zero inside the URL worked fine before the update.&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Stijn&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 06:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1837800#M69242</guid>
      <dc:creator>Raymzzz</dc:creator>
      <dc:date>2021-09-21T06:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: leading zeroes for filter selection in URL</title>
      <link>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840406#M69577</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If my understanding is correct, then you have the following use case scenario:&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;You have a filed named &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;CifNr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;This field is &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Numeric&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;You are trying to construct an URL similar to 'https://../state/analysis/&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;select&lt;/STRONG&gt;&lt;/SPAN&gt;/&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;CifNr&lt;/STRONG&gt;&lt;/SPAN&gt;/&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;0998740&lt;/STRONG&gt;&lt;/SPAN&gt;', which will open a Qlik Sense app and make the selection of &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;0998740 &lt;/STRONG&gt;&lt;/SPAN&gt;of the field&amp;nbsp;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;CifNr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;SPAN style="color:null"&gt;However, you have noticed that after upgrading to Qlik Sense May 2021 Patch 4, this link is no longer behave as it used, so the selection is not made.&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;SPAN style="color:null"&gt;You have an app with links and then the URLs generated in this app are navigating you to different app where the selection is applied&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I was trying to reproduce the issue on my side and I have observed the same behavior as you have. However, in my understanding this most probably is working as designed. First we have to see how the data is displayed in both apps. Please share the following information:&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;In app A where the links are constructed, you are getting the numbers '&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;0998740&lt;/STRONG&gt;&lt;/SPAN&gt;' etc. from the dataset. Can you show a screenshot of the loaded data? (There is no need to share the entire dataset, to avoid exposing sensitive information. I just need to see how that numbers are presented in the loaded dataset)&lt;/LI&gt;
 &lt;LI&gt;In app B where the links are navigating to and the selection is supposed to be made, you also should have a dataset with the same numbers&amp;nbsp;'&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;0998740&lt;/STRONG&gt;&lt;/SPAN&gt;' etc. Can you share also a screenshot from that dataset as well? This will help us understand how the dataset looks in the second app as well.&amp;nbsp;&lt;/LI&gt;
 &lt;LI&gt;Are both apps using the same Qlik Sense version?&lt;/LI&gt;
 &lt;LI&gt;You have said that it was working before, which version of Qlik Sense where you using where it was working?&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;This information will allow us to understand better the use case scenario that you have.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 09:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840406#M69577</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2021-09-30T09:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: leading zeroes for filter selection in URL</title>
      <link>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840793#M69632</link>
      <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;&lt;P&gt;thanks for your response.&amp;nbsp; Please find here my answers to your questions :&lt;/P&gt;&lt;P&gt;1. I do not have access to the source application.&amp;nbsp; I only have this constructed URL available.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="leadingzeroesproblem_1.PNG" style="width: 950px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63125i6A159CC5F46E0D86/image-size/large?v=v2&amp;amp;px=999" role="button" title="leadingzeroesproblem_1.PNG" alt="leadingzeroesproblem_1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. The first app is not a Qlik Sense app, it's a web application which only constructs the URL to jump to the Qlik Sense dashboard&lt;/P&gt;&lt;P&gt;4. That was the November 2020 version.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 08:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840793#M69632</guid>
      <dc:creator>Raymzzz</dc:creator>
      <dc:date>2021-10-01T08:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: leading zeroes for filter selection in URL</title>
      <link>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840829#M69639</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you very much for sharing this additional information. The use case scenario is more clear now&amp;nbsp;and it is also clear to me how your setup works. I can also see how the data is presented in your dataset. The only information that I am missing is what kind of value do you see in your dataset for&amp;nbsp;&lt;STRONG&gt;0998740&lt;/STRONG&gt;. Is it&amp;nbsp;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;0998740 &lt;/STRONG&gt;&lt;/SPAN&gt;or&amp;nbsp;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;998740&lt;/STRONG&gt;&lt;/SPAN&gt;?&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This is the result of my preproduction:&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;I had the value "&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;0998740&lt;/STRONG&gt;&lt;/SPAN&gt;" loaded in my dataset&lt;/LI&gt;
 &lt;LI&gt;The type is &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"$numeric $integer&lt;/STRONG&gt;&lt;/SPAN&gt;" as yours&lt;/LI&gt;
 &lt;LI&gt;When I access the link&amp;nbsp;https://../state/analysis/select/FIELD/&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;0998740 &lt;/STRONG&gt;&lt;/SPAN&gt;it works&lt;/LI&gt;
 &lt;LI&gt;When I access the link&amp;nbsp;https://../state/analysis/select/FIELD/&lt;STRONG&gt;&lt;SPAN style="color:#27ae60"&gt;998740&lt;/SPAN&gt; &lt;/STRONG&gt;it doesn't work&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;In my case the value in the dataset is&amp;nbsp;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;0998740 &lt;/STRONG&gt;&lt;/SPAN&gt;so when the exact value with leading zero is passed, it is being selected. But since I don't have any value in my dataset that looks like&amp;nbsp;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;998740&lt;/STRONG&gt;&lt;/SPAN&gt;, the selection is not applied.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please provide the following information:&amp;nbsp;&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;Can you please doublecheck and confirm that in your dataset you have the exact value&amp;nbsp;&lt;STRONG&gt;&lt;SPAN style="color:#2980b9"&gt;0998740 &lt;/SPAN&gt;&lt;/STRONG&gt;with the leading zero? From&amp;nbsp;the dataset image that you have sent I can only see 2 digits numbers, and non has a leading zero, so my assumption is that maybe the leading zero is removed from that value or the entire value is no longer present in the dataset&amp;nbsp;and thus Qlik Sense can't find it.&lt;/LI&gt;
 &lt;LI&gt;Additionally, can you please try to load the app in the same Qlik Sense version but in a different environment (different machine), and try accessing the same URL from your browser, to see if the behavior is the same?&amp;nbsp;&lt;/LI&gt;
 &lt;LI&gt;How many values do you have with leading zero in your dataset? (I say that, as it might affect how the field is interpreted in Qlik Sense)&lt;/LI&gt;
 &lt;LI&gt;Do you experience the same issue with other values in your dataset that contain leading zero or the issue is only limited to few values?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 01 Oct 2021 10:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840829#M69639</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2021-10-01T10:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: leading zeroes for filter selection in URL</title>
      <link>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840842#M69640</link>
      <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;&lt;P&gt;the value I see in the dataset is&amp;nbsp;&lt;STRONG&gt;998740.&amp;nbsp; &lt;/STRONG&gt;All values are facing the same problem.&amp;nbsp; There are no values with leading zeroes in my dataset.&amp;nbsp; My colleagues are facing the same issue, so the problem is also present on other machines. We are all using the same version of Qlik Sense.&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 11:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840842#M69640</guid>
      <dc:creator>Raymzzz</dc:creator>
      <dc:date>2021-10-01T11:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: leading zeroes for filter selection in URL</title>
      <link>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840913#M69655</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the confirmation. If my understanding is correct the link&amp;nbsp;&lt;SPAN style="color:#e74c3c"&gt;&lt;STRONG&gt;https://../state/analysis/select/FIELD/0998740&lt;/STRONG&gt;&lt;/SPAN&gt; is &lt;SPAN style="color:#e74c3c"&gt;&lt;STRONG&gt;NOT &lt;/STRONG&gt;&lt;/SPAN&gt;working, but the link&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;&amp;nbsp;https://../state/analysis/select/FIELD/998740&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;works&lt;/STRONG&gt;&lt;/SPAN&gt;. If this is the case, then the application is working as designed, because you have confirmed that your dataset contains the value&amp;nbsp;&lt;STRONG&gt;&lt;SPAN style="color:#27ae60"&gt;998740 &lt;/SPAN&gt;&lt;/STRONG&gt;and not the value &lt;STRONG&gt;&lt;SPAN style="color:#e74c3c"&gt;0998740&lt;/SPAN&gt;&lt;/STRONG&gt;. Therefore, you have to update the application that is creating the links to remove the leading zero and create links where the value is exactly as it is present in the dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why it was working previously is unknow, because it could be due to various reasons, however it is a possibility that previously you had values with leading zeros and now those values don't exists or where updated and the leading zero was removed. In any case this is working as designed and if your link tries to select a value with a leading zero as&lt;SPAN style="color:null"&gt;&amp;nbsp;&lt;STRONG&gt;https://../state/analysis/select/FIELD/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#e74c3c"&gt;&lt;STRONG&gt;0998740&lt;/STRONG&gt;&lt;/SPAN&gt; then Qlik Sense will check the dataset and will not find any value with leading zero. Since your dataset has the value&amp;nbsp;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;998740 &lt;/STRONG&gt;&lt;/SPAN&gt;and not the value&amp;nbsp;&lt;SPAN style="color:#e74c3c"&gt;&lt;STRONG&gt;0998740&lt;/STRONG&gt;&lt;/SPAN&gt;. This is why it is working&amp;nbsp;if the leading zero is omitted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To summarize the information:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;The values in your current dataset don't have a leading zero&lt;/LI&gt;
 &lt;LI&gt;Therefore the link needs to be constructed (In the application) without the leading zero&lt;/LI&gt;
 &lt;LI&gt;If Qlik Sense has values 1234, 5678, 9876 in the dataset, but the link tires to select values 01234, 05678, 09876, it will not work as those values are not present in the dataset.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that this information was helpful. In case you believe that I have misunderstood something, or if something doesn't make sense, please elaborate fruther to the use case scenario.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 13:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/leading-zeroes-for-filter-selection-in-URL/m-p/1840913#M69655</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2021-10-01T13:50:46Z</dc:date>
    </item>
  </channel>
</rss>

