<?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: Selecting datefields through URL, And using Autocalendar field in URL in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Selecting-datefields-through-URL-And-using-Autocalendar-field-in/m-p/1790359#M14014</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/118641"&gt;@Chalun7&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;try to remove the quotes from the selected values, you don't need them, and I believe that the field name `&lt;EM&gt;Canonical_Date.autoCalendar.YearMonth&lt;/EM&gt;` will be translated to just `YearMonth`&lt;/P&gt;&lt;P&gt;so, in theory, `&lt;EM&gt;/select/YearMonth/2021-03`&lt;/EM&gt;&amp;nbsp;(even though I believe using `&lt;EM&gt;Canonical_Date.autoCalendar.YearMonth`would work too&lt;/EM&gt;) should work, and if the date string have a numeric representation try using square brackets around it, ex:&amp;nbsp;`&lt;EM&gt;/select/YearMonth/[2021-03]`&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ref link:&amp;nbsp;&lt;A href="https://qlik.dev/apis/javascript/app-integration" target="_blank"&gt;https://qlik.dev/apis/javascript/app-integration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;</description>
    <pubDate>Thu, 11 Mar 2021 07:12:38 GMT</pubDate>
    <dc:creator>Aiham_Azmeh</dc:creator>
    <dc:date>2021-03-11T07:12:38Z</dc:date>
    <item>
      <title>Selecting datefields through URL, And using Autocalendar field in URL</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Selecting-datefields-through-URL-And-using-Autocalendar-field-in/m-p/1790121#M14007</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need help to build a straight URL-path with a certain selection made.&lt;/P&gt;&lt;P&gt;'&lt;A href="https://qs-dev.intra.malmo.se/sense/app/82a9ba08-2322-4f7d-a40e-3e2eb4e10f6d/sheet/8a4f6fd1-6772-4c61-b485-02e1751da325/state/analysis/select/Canonical_Date/&amp;quot;2021-03&amp;quot;&amp;nbsp;" target="_blank"&gt;https://qs-dev.intra.malmo.se/sense/app/82a9ba08-2322-4f7d-a40e-3e2eb4e10f6d/sheet/8a4f6fd1-6772-4c61-b485-02e1751da325/state/analysis/select/Canonical_Date/"2021-03"&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Either I would like to use the selection as follow:&lt;BR /&gt;&lt;EM&gt;/select/Canonical_Date/"2021-03"&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Or, more preferably:&lt;BR /&gt;&lt;EM&gt;/Select/Canonical_Date.autoCalendar.YearMonth/'2021-mars'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;However non of the above works.&lt;BR /&gt;I do get the correct result when using non date variables.&lt;BR /&gt;For example:&lt;BR /&gt;'&lt;A href="https://qs-dev.intra.malmo.se/sense/app/82a9ba08-2322-4f7d-a40e-3e2eb4e10f6d/sheet/8a4f6fd1-6772-4c61-b485-02e1751da325/state/analysis/select/Status/Plankö&amp;nbsp;" target="_blank"&gt;https://qs-dev.intra.malmo.se/sense/app/82a9ba08-2322-4f7d-a40e-3e2eb4e10f6d/sheet/8a4f6fd1-6772-4c61-b485-02e1751da325/state/analysis/select/Status/Plankö&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;select/Status/Plankö&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 15:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Selecting-datefields-through-URL-And-using-Autocalendar-field-in/m-p/1790121#M14007</guid>
      <dc:creator>Chalun7</dc:creator>
      <dc:date>2021-03-10T15:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting datefields through URL, And using Autocalendar field in URL</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Selecting-datefields-through-URL-And-using-Autocalendar-field-in/m-p/1790359#M14014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/118641"&gt;@Chalun7&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;try to remove the quotes from the selected values, you don't need them, and I believe that the field name `&lt;EM&gt;Canonical_Date.autoCalendar.YearMonth&lt;/EM&gt;` will be translated to just `YearMonth`&lt;/P&gt;&lt;P&gt;so, in theory, `&lt;EM&gt;/select/YearMonth/2021-03`&lt;/EM&gt;&amp;nbsp;(even though I believe using `&lt;EM&gt;Canonical_Date.autoCalendar.YearMonth`would work too&lt;/EM&gt;) should work, and if the date string have a numeric representation try using square brackets around it, ex:&amp;nbsp;`&lt;EM&gt;/select/YearMonth/[2021-03]`&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ref link:&amp;nbsp;&lt;A href="https://qlik.dev/apis/javascript/app-integration" target="_blank"&gt;https://qlik.dev/apis/javascript/app-integration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 07:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Selecting-datefields-through-URL-And-using-Autocalendar-field-in/m-p/1790359#M14014</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2021-03-11T07:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting datefields through URL, And using Autocalendar field in URL</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Selecting-datefields-through-URL-And-using-Autocalendar-field-in/m-p/1790500#M14016</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;This took me one step closer. But still not all the way.&lt;/P&gt;&lt;P&gt;By using:&lt;BR /&gt;&lt;EM&gt;select/Canonical_Date/[2021-03]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I retrieve a selection that makes the correct selection in field: Canonical_Date&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chalun7_0-1615466175262.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50953iAF1E6F28E57BEA0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chalun7_0-1615466175262.png" alt="Chalun7_0-1615466175262.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, most of my page is built of the selection in the Canonical_Date.AutoCalendar.YearMonth (as seen in the top left corner)&lt;BR /&gt;I still need the receiver of the URL to click on the selection panel and make the only possible choice.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chalun7_1-1615466208806.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50954iBD047A714F206C26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chalun7_1-1615466208806.png" alt="Chalun7_1-1615466208806.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once that is done in the&amp;nbsp;Canonical_Date.AutoCalendar.YearMonth I get the correct result.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chalun7_2-1615466229182.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50955i733567A80E23AD43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chalun7_2-1615466229182.png" alt="Chalun7_2-1615466229182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm not sure I understood the possible solution in your answer, the one with the theory behind YearMonth .&lt;BR /&gt;&lt;BR /&gt;Maybe I can force Autocalendar to make selection itself, based on possible selections of the Canonical_Date selected values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 12:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Selecting-datefields-through-URL-And-using-Autocalendar-field-in/m-p/1790500#M14016</guid>
      <dc:creator>Chalun7</dc:creator>
      <dc:date>2021-03-11T12:37:21Z</dc:date>
    </item>
  </channel>
</rss>

