<?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 Load inline with variable values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166325#M38305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you think it is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2011 19:00:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-17T19:00:01Z</dc:date>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166323#M38303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am facing the following challenge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have loaded a table, from Excel with the following fields&lt;/P&gt;&lt;P&gt;ID, key, x, y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="margin: 0px;"&gt;I prepared, on the script, the following table&lt;BR /&gt;&lt;BR /&gt;// Sample DynamicInline&lt;BR /&gt;DynamicInline:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; key, Field1, Field2&lt;BR /&gt; 1, 1, 3&lt;BR /&gt; 1, 2, 2&lt;BR /&gt; 1, 3, 1&lt;BR /&gt; 1, x, y&lt;BR /&gt;&lt;BR /&gt; 2, 4, 6&lt;BR /&gt; 2, 5, 5&lt;BR /&gt; 2, 6, 4&lt;BR /&gt; 2, x, y&lt;BR /&gt;&lt;BR /&gt; 3, 7, 9&lt;BR /&gt; 3, 8 ,8&lt;BR /&gt; 3, 9, 7&lt;BR /&gt; 3, x, y&lt;BR /&gt;&lt;BR /&gt; ....&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Now I need the following...&lt;BR /&gt;when I select on the table loaded from excel, I need x and y (in DynamicInline table)&lt;BR /&gt;to acquire the same value in the selection row.&lt;BR /&gt;&lt;BR /&gt;Any Idea????&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 10:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166323#M38303</guid>
      <dc:creator />
      <dc:date>2011-03-17T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166324#M38304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I need a bit more information. You have two tables - one from Excel and one created using inline load. Currently, based on the field names, the two tables are linked on one field - key. Are you saying that if you select key, you only want the row with the Field1 value 'x' and the Field2 value 'y' from the inline load table?&lt;/P&gt;&lt;P&gt;Could you attach a sample application using an inline load for both tables.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 17:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166324#M38304</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2011-03-17T17:15:01Z</dc:date>
    </item>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166325#M38305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you think it is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 19:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166325#M38305</guid>
      <dc:creator />
      <dc:date>2011-03-17T19:00:01Z</dc:date>
    </item>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166326#M38306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I try to better explain... and I attach a sample...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep='.';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='€ #.##0,00;-€ #.##0,00';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD/MM/YYYY';&lt;BR /&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='gen;feb;mar;apr;mag;giu;lug;ago;set;ott;nov;dic';&lt;BR /&gt;SET DayNames='lun;mar;mer;gio;ven;sab;dom';&lt;BR /&gt;&lt;BR /&gt;Table1:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ID, key, x, y&lt;BR /&gt; 1, 1, 5, 22&lt;BR /&gt; 2, 1, 100, 3000&lt;BR /&gt; 3, 2, 24, 24&lt;BR /&gt; 4, 2, 400, 2000&lt;BR /&gt; 5, 3, 36, 37&lt;BR /&gt; 6, 3, 700, 8500&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Table2:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; key, Field1, Field2&lt;BR /&gt; 1, 1, 30&lt;BR /&gt; 1, x+y, y-x&lt;BR /&gt; 2, 4, 60&lt;BR /&gt; 2, x+y, y-x&lt;BR /&gt; 3, 7, 90&lt;BR /&gt; 3, x+y, y-x&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to attach some screenshot for what I'd like to happen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting none:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5078.1.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5078.1.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting ID=1&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3835.2.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3835.2.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting ID=2&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7144.3.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7144.3.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting ID=3&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2364.4.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2364.4.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting ID=4&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1374.5.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1374.5.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting ID=5&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/4034.6.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/4034.6.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting ID=6&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1307.7.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1307.7.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know if this is possible... but consider this is only a sample...&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 19:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166326#M38306</guid>
      <dc:creator />
      <dc:date>2011-03-17T19:36:27Z</dc:date>
    </item>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166327#M38307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have attached a sample application. Let me know if this solves your issue.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 19:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166327#M38307</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2011-03-17T19:44:10Z</dc:date>
    </item>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166328#M38308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh my God... It is what I was looking for... could you please try to explain how you did it? I though I had to write something on script... but script remains the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me to understand? I'm new with QlikView. Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 19:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166328#M38308</guid>
      <dc:creator />
      <dc:date>2011-03-17T19:53:23Z</dc:date>
    </item>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166329#M38309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used two expressions - one to calculate using Field1 and one to calculate using Field2. They are basically the same.&lt;/P&gt;&lt;P&gt;The Field1 expression is : if(getselectedcount(ID) = 0,Field1,if(Field1 = 'x+y',x + y,Field1))&lt;/P&gt;&lt;P&gt;The getselectedcount function allows me to see if the user has selected an ID. If none are selected simply display Field1.&lt;/P&gt;&lt;P&gt;If one or more IDs are selected and the value in Field1 = 'x+y', sum fields x and y. If one or more IDs are selected and the value in Field1 is not 'x+y', display Field1.&lt;/P&gt;&lt;P&gt;Also, in order to only display key, the expression Field1 and the expression Field2, I have hidden dimensions Field1 and Field2. This is done selecting Hide Column in the chart's Presentation tab.&lt;/P&gt;&lt;P&gt;Glad this helped.&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 20:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166329#M38309</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2011-03-17T20:05:39Z</dc:date>
    </item>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166330#M38310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks thanks thanks... I know I have so much to learn &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I go OT but I have another question... how to do to attach files to post?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 20:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166330#M38310</guid>
      <dc:creator />
      <dc:date>2011-03-17T20:12:14Z</dc:date>
    </item>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166331#M38311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the post there are 3 tabs - Compose, Options and Preview.&lt;/P&gt;&lt;P&gt;Go to the Options tab and under File attachment select Add/Update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 20:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166331#M38311</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2011-03-17T20:17:33Z</dc:date>
    </item>
    <item>
      <title>Load inline with variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166332#M38312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I will be able, in the future, to help you somehow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 20:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-variable-values/m-p/166332#M38312</guid>
      <dc:creator />
      <dc:date>2011-03-17T20:22:00Z</dc:date>
    </item>
  </channel>
</rss>

