<?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 Variable URL QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-URL-QlikView/m-p/1752983#M453664</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I need a button that opens a URL, the URL is variable, depending on the UUIDArchivos field it will open a different link. I need many fields to be selectable in UUIDArchivos (about 200).&lt;/P&gt;&lt;P&gt;The only thing that changes in the link is the last part: UUIDArchivos.&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;- Create the button and in the URL field put: = '&lt;A href="http://IP/CfdiWeb/Download/Index?Uuid=" target="_blank"&gt;http://IP/CfdiWeb/Download/Index?Uuid=&lt;/A&gt;' &amp;amp; GetFieldSelections(UUIDArchivos). Yes, it works, but the problem with this option is that GetFieldSelections breaks since above 6 Current Selections, the result of the UUIDArchivos field no longer appears, but 7 of 10272 appears. (10272 is the total number of fields in UUIDAfiles).&lt;/P&gt;&lt;P&gt;I need the link to appear like this: You want to confirm the launch of the application?='&lt;A href="http://IP/CfdiWeb/Download/Index?uuid=0A0F44A7-1A3A-EA42-8AC9-734D9F290C84" target="_blank"&gt;http://IP/CfdiWeb/Download/Index?uuid=0A0F44A7-1A3A-EA42-8AC9-734D9F290C84&lt;/A&gt;, 0A2CAD12-9152-4CE4-8A61-1E816147BAD5, 0A3FBE56-A124-4308-9429-E124-4308-9429-E124-4308-9429-E124-4308-9429-E124-4308-9429-E 48F3-9D0B-99CC7F5E55CC, 0A5CC9B4-E9AB-4E4B-84A0-DCAA3515C1D8, 0A6BD503-0BA5-458E-BBC1-F970759E95EB, 0A6DAE6C-5DDCA-4E74-8A00-5DFC-4E74-8A00-BD&lt;/P&gt;&lt;P&gt;Above 7 current selections the link is like this: Do you want to confirm the launch of the application? = '&lt;A href="http://IP/CfdiWeb/Download/Index?uuid=" target="_blank"&gt;http://IP/CfdiWeb/Download/Index?uuid=&lt;/A&gt; 7 of 10272&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Create a variable with the name: vURL and the definition is: '&lt;A href="http://IP/CfdiWeb/Download/" target="_blank"&gt;http://IP/CfdiWeb/Download/&lt;/A&gt; Index?Uuid=' &amp;amp;(UUIDArchivos). Then I create the button and in the URL field put: vURL. It also doesn't work with more than 2 selections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-I also tried all the solutions they put in &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/AJAX-and-URL-parameters/ba-p/1470351/page/2#comments" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/AJAX-and-URL-parameters/ba-p/1470351/page/2#comments&lt;/A&gt; but it doesn't let me use neither the select nor the object, which would be the ones that matter to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help and for your time.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:57:53 GMT</pubDate>
    <dc:creator>alejandromorales</dc:creator>
    <dc:date>2024-11-16T17:57:53Z</dc:date>
    <item>
      <title>Variable URL QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-URL-QlikView/m-p/1752983#M453664</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I need a button that opens a URL, the URL is variable, depending on the UUIDArchivos field it will open a different link. I need many fields to be selectable in UUIDArchivos (about 200).&lt;/P&gt;&lt;P&gt;The only thing that changes in the link is the last part: UUIDArchivos.&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;- Create the button and in the URL field put: = '&lt;A href="http://IP/CfdiWeb/Download/Index?Uuid=" target="_blank"&gt;http://IP/CfdiWeb/Download/Index?Uuid=&lt;/A&gt;' &amp;amp; GetFieldSelections(UUIDArchivos). Yes, it works, but the problem with this option is that GetFieldSelections breaks since above 6 Current Selections, the result of the UUIDArchivos field no longer appears, but 7 of 10272 appears. (10272 is the total number of fields in UUIDAfiles).&lt;/P&gt;&lt;P&gt;I need the link to appear like this: You want to confirm the launch of the application?='&lt;A href="http://IP/CfdiWeb/Download/Index?uuid=0A0F44A7-1A3A-EA42-8AC9-734D9F290C84" target="_blank"&gt;http://IP/CfdiWeb/Download/Index?uuid=0A0F44A7-1A3A-EA42-8AC9-734D9F290C84&lt;/A&gt;, 0A2CAD12-9152-4CE4-8A61-1E816147BAD5, 0A3FBE56-A124-4308-9429-E124-4308-9429-E124-4308-9429-E124-4308-9429-E124-4308-9429-E 48F3-9D0B-99CC7F5E55CC, 0A5CC9B4-E9AB-4E4B-84A0-DCAA3515C1D8, 0A6BD503-0BA5-458E-BBC1-F970759E95EB, 0A6DAE6C-5DDCA-4E74-8A00-5DFC-4E74-8A00-BD&lt;/P&gt;&lt;P&gt;Above 7 current selections the link is like this: Do you want to confirm the launch of the application? = '&lt;A href="http://IP/CfdiWeb/Download/Index?uuid=" target="_blank"&gt;http://IP/CfdiWeb/Download/Index?uuid=&lt;/A&gt; 7 of 10272&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Create a variable with the name: vURL and the definition is: '&lt;A href="http://IP/CfdiWeb/Download/" target="_blank"&gt;http://IP/CfdiWeb/Download/&lt;/A&gt; Index?Uuid=' &amp;amp;(UUIDArchivos). Then I create the button and in the URL field put: vURL. It also doesn't work with more than 2 selections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-I also tried all the solutions they put in &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/AJAX-and-URL-parameters/ba-p/1470351/page/2#comments" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/AJAX-and-URL-parameters/ba-p/1470351/page/2#comments&lt;/A&gt; but it doesn't let me use neither the select nor the object, which would be the ones that matter to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help and for your time.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-URL-QlikView/m-p/1752983#M453664</guid>
      <dc:creator>alejandromorales</dc:creator>
      <dc:date>2024-11-16T17:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Variable URL QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-URL-QlikView/m-p/1753077#M453671</link>
      <description>&lt;P&gt;Hi, you can try with: concat(UUIDArchivos,',')&lt;/P&gt;&lt;P&gt;Or&amp;nbsp;concat(DISTINCT UUIDArchivos,',') if there can be more than one row with the same value&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 06:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-URL-QlikView/m-p/1753077#M453671</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-10-16T06:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Variable URL QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-URL-QlikView/m-p/1756399#M453798</link>
      <description>&lt;P&gt;The ToggleSelect action is the one you would need to use for multiple values, but it may do the same thing you are seeing with the current method regarding the 7 of total, and I believe this part is working as expected from what I recall.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 18:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-URL-QlikView/m-p/1756399#M453798</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-27T18:22:09Z</dc:date>
    </item>
  </channel>
</rss>

