<?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: Creating a dynamic URL with Fields values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400593#M490150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now works by removing the CHR.&amp;nbsp; Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2012 15:39:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-10T15:39:42Z</dc:date>
    <item>
      <title>Creating a dynamic URL with Fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400589#M490146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to QlikView and am trying to find a method of displaying an image within a text object based on a URL which is dynamically constructed using field values. For example I have tried to create an expression using a field 'Serial_number'. If I construct the url as a straight string with values it display ok but a soon as I try to replace the values with the field values it does not.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mysite.myimages.co.uk/imagestore/Titles/0"&gt;http://mysite.myimages.co.uk/imagestore/Titles/0&lt;/A&gt;&lt;SPAN&gt;' + &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Serial_number&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),3) + '00/0' + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Serial_number&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;) + '-FC8.JPG' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any help would be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 14:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400589#M490146</guid>
      <dc:creator />
      <dc:date>2012-10-10T14:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic URL with Fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400590#M490147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The string concatenation operator in QV is &amp;amp;, not +, so try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&lt;A class="jive-link-external-small" href="http://mysite.myimages.co.uk/imagestore/Titles/0"&gt;http://mysite.myimages.co.uk/imagestore/Titles/0&lt;/A&gt;' &amp;amp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Serial_number&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),3) &amp;amp; '00/0' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Serial_number&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; '-FC8.JPG' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 15:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400590#M490147</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-10T15:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic URL with Fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400591#M490148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not working with the ampersand I'm afraid. It does work with the following&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mysite.myimages.co.uk/imagestore/Titles/032400/032496-FC8.JPG"&gt;http://mysite.myimages.co.uk/imagestore/Titles/032400/032496-FC8.JPG&lt;/A&gt; but not with the above.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 15:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400591#M490148</guid>
      <dc:creator />
      <dc:date>2012-10-10T15:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic URL with Fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400592#M490149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tested the outcome of the string e.g. in a text box?&lt;/P&gt;&lt;P&gt;I just noted that you are using chr(SerialNumber), probably to convert a number to a string.&lt;/P&gt;&lt;P&gt;You don't need this (and I believe it will not return what you want), try removing the chr()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 15:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400592#M490149</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-10T15:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic URL with Fields values</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400593#M490150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now works by removing the CHR.&amp;nbsp; Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 15:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-dynamic-URL-with-Fields-values/m-p/400593#M490150</guid>
      <dc:creator />
      <dc:date>2012-10-10T15:39:42Z</dc:date>
    </item>
  </channel>
</rss>

