<?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: connect/map loaded static data with dynamical generated data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939737#M649412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i wrote in my initial message, a can not put the expression part inside the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;load script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The qvw is just a simplified example, imagine the expression uses &lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;“&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #6a6a6a; font-family: arial, sans-serif; font-size: small;"&gt;non&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #6a6a6a; font-family: arial, sans-serif; font-size: small;"&gt;additive&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;” metrics.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-size: small; font-family: arial, sans-serif;"&gt;So the the belonging to a group can change on select of other dimensions. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-size: small; font-family: arial, sans-serif;"&gt;That's why i need to generate the group ids dynamically.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 11:31:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-25T11:31:46Z</dc:date>
    <item>
      <title>connect/map loaded static data with dynamical generated data</title>
      <link>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939733#M649408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to connect data that was previously loaded with data which is generated dynamically with the help of an expression.&lt;/P&gt;&lt;P&gt;The dynamic part need to happen inside the report and not inside the load script.&lt;/P&gt;&lt;P&gt;See picture and attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="connect.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100043_connect.png" style="height: 242px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;How can be achieved this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 10:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939733#M649408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T10:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: connect/map loaded static data with dynamical generated data</title>
      <link>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939734#M649409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I entirely understand what you are after, but using the Class() function in the GUI could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below pasted form QV Desktop Help :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="kanchor414"&gt;&lt;/A&gt;&lt;A name="class"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;class(&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="Italic"&gt;expression, interval [ , label [ , offset ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Creates a classification of &lt;SPAN class="Italic"&gt;expressions&lt;/SPAN&gt;. The bin width is determined by the number set as &lt;SPAN class="Italic"&gt;interval&lt;/SPAN&gt;. The result is shown as a&amp;lt;=x&amp;lt;b, where a and b are the upper and lower limits of the bin. The x can be replaced by an arbitrary string stated in &lt;SPAN class="Italic"&gt;label&lt;/SPAN&gt;. 0 is normally the default starting point of the classification. This can be changed by adding an &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt;. &lt;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;class( var,5,'value' )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;= value &amp;lt;25'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;class( var,10,'x',5 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;/EM&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;'15&amp;lt;=x&amp;lt;25'&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;... or maybe this blog post from our friend HIC :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-blogpost/3821"&gt;Buckets&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 10:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939734#M649409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T10:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: connect/map loaded static data with dynamical generated data</title>
      <link>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939735#M649410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in other words, i want to join the static column "ID" with the dynamically generated column "ID".&lt;/P&gt;&lt;P&gt;Your linked articles concern only how to generate classes. The expression itself is not important, only the fact that i need to join the result of an expression with a static table that was loaded before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939735#M649410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T11:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: connect/map loaded static data with dynamical generated data</title>
      <link>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939736#M649411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this in your load script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Group&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,A&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,B&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,C&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,D&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; if(Value&amp;lt;=1.0,1,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; if(Value&amp;gt;1 AND Value&amp;lt;=2.0,2,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; if(Value&amp;gt;2 AND Value&amp;lt;=3.0,3,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; 4&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; ))) as ID,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; *&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; 0.1,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; 0.5,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; 1.1&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; 1.2&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; 3.0&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; 4.9&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939736#M649411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T11:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: connect/map loaded static data with dynamical generated data</title>
      <link>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939737#M649412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i wrote in my initial message, a can not put the expression part inside the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;load script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The qvw is just a simplified example, imagine the expression uses &lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;“&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #6a6a6a; font-family: arial, sans-serif; font-size: small;"&gt;non&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-weight: bold; color: #6a6a6a; font-family: arial, sans-serif; font-size: small;"&gt;additive&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;” metrics.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-size: small; font-family: arial, sans-serif;"&gt;So the the belonging to a group can change on select of other dimensions. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-size: small; font-family: arial, sans-serif;"&gt;That's why i need to generate the group ids dynamically.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939737#M649412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T11:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: connect/map loaded static data with dynamical generated data</title>
      <link>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939738#M649413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a reason why in the load script it has the Decimal Separator as comma and the Thousand Separator as full stop ?&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;SET ThousandSep='.';&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;SET DecimalSep=',';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the Inline Load for [Value] it has a full stop between 2 digits, as in the &lt;SPAN style="font-size: 13.3333px;"&gt;Thousand Separator&lt;/SPAN&gt;.&amp;nbsp; And the first 2 values are suffixed by a comma, the &lt;SPAN style="font-size: 13.3333px;"&gt;Decimal Separator ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; 0.1,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; 0.5,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; 1.1&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; 1.2&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; 3.0&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; 4.9&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy to sort this in the load script but you say you are forbidden from correcting the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 12:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/connect-map-loaded-static-data-with-dynamical-generated-data/m-p/939738#M649413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-25T12:45:20Z</dc:date>
    </item>
  </channel>
</rss>

