<?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 Square brackets and url selection from Sense url dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Square-brackets-and-url-selection-from-Sense-url-dimension/m-p/1685366#M52209</link>
    <description>&lt;P&gt;There is some documentation on url selection for sense apps here&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2020/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-developer/February2020/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;where the syntax for a text field with numeric values requires square brackets around field values&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="syntax"&gt;analysis/select/{field}/{[value1];[value2]}&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So far it is fine if you're typing the url yourself, but I'm trying to create such links using another sense app with an URL-represented dimension. That is, I want to pass selections from one app to another.&lt;/P&gt;&lt;P&gt;The URL-dimension encodes square brackets as [ = &lt;EM&gt;%5B&lt;/EM&gt; and ] = &lt;EM&gt;%5D&lt;/EM&gt;&amp;nbsp; but this is not interpreted by the other QlikSense&amp;nbsp; app when clicking the link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I construct a URL-represented dimension that works for selection in text fields containing numbers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example load script. How to create a sense table with url links that can select in "text_values" field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NoConcatenate
numeric_values:
load 1 as NumericField AutoGenerate 1;
load 2 as NumericField AutoGenerate 1;
load 3 as NumericField AutoGenerate 1;

NoConcatenate
text_values:
load text(NumericField) as [TextField]
Resident numeric_values;
;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:32:42 GMT</pubDate>
    <dc:creator>qliktime</dc:creator>
    <dc:date>2021-12-20T21:32:42Z</dc:date>
    <item>
      <title>Square brackets and url selection from Sense url dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Square-brackets-and-url-selection-from-Sense-url-dimension/m-p/1685366#M52209</link>
      <description>&lt;P&gt;There is some documentation on url selection for sense apps here&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2020/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-developer/February2020/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;where the syntax for a text field with numeric values requires square brackets around field values&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="syntax"&gt;analysis/select/{field}/{[value1];[value2]}&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So far it is fine if you're typing the url yourself, but I'm trying to create such links using another sense app with an URL-represented dimension. That is, I want to pass selections from one app to another.&lt;/P&gt;&lt;P&gt;The URL-dimension encodes square brackets as [ = &lt;EM&gt;%5B&lt;/EM&gt; and ] = &lt;EM&gt;%5D&lt;/EM&gt;&amp;nbsp; but this is not interpreted by the other QlikSense&amp;nbsp; app when clicking the link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I construct a URL-represented dimension that works for selection in text fields containing numbers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example load script. How to create a sense table with url links that can select in "text_values" field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NoConcatenate
numeric_values:
load 1 as NumericField AutoGenerate 1;
load 2 as NumericField AutoGenerate 1;
load 3 as NumericField AutoGenerate 1;

NoConcatenate
text_values:
load text(NumericField) as [TextField]
Resident numeric_values;
;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Square-brackets-and-url-selection-from-Sense-url-dimension/m-p/1685366#M52209</guid>
      <dc:creator>qliktime</dc:creator>
      <dc:date>2021-12-20T21:32:42Z</dc:date>
    </item>
  </channel>
</rss>

