<?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 How to Implement Dynamically Expression From Load Inline in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Dynamically-Expression-From-Load-Inline/m-p/1197975#M625038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dear&lt;/P&gt;&lt;P&gt;i want Implement chart Dynamically Expression&amp;nbsp;&amp;nbsp; From Script&lt;/P&gt;&lt;P&gt;In the event that user select formula-title list Box ,show Related expression from formula-title and set on chart&lt;/P&gt;&lt;P&gt;&lt;IMG alt="01.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140646_01.png" style="height: 291px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="02.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/140647_02.png" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2016 13:09:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-14T13:09:42Z</dc:date>
    <item>
      <title>How to Implement Dynamically Expression From Load Inline</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Dynamically-Expression-From-Load-Inline/m-p/1197975#M625038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dear&lt;/P&gt;&lt;P&gt;i want Implement chart Dynamically Expression&amp;nbsp;&amp;nbsp; From Script&lt;/P&gt;&lt;P&gt;In the event that user select formula-title list Box ,show Related expression from formula-title and set on chart&lt;/P&gt;&lt;P&gt;&lt;IMG alt="01.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140646_01.png" style="height: 291px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="02.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/140647_02.png" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Dynamically-Expression-From-Load-Inline/m-p/1197975#M625038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-14T13:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Dynamically Expression From Load Inline</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Implement-Dynamically-Expression-From-Load-Inline/m-p/1197976#M625039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_236413_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140782_QlikCommunity_Thread_236413_Pic1.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_236413_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/140789_QlikCommunity_Thread_236413_Pic2.JPG" style="height: 307px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_236413_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/140790_QlikCommunity_Thread_236413_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_236413_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/140791_QlikCommunity_Thread_236413_Pic4.JPG" style="height: 309px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_236413_Pic5.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/140792_QlikCommunity_Thread_236413_Pic5.JPG" style="height: 209px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14766512369354089 jive_text_macro" jivemacro_uid="_14766512369354089"&gt;
&lt;P&gt;GenreValue:&lt;/P&gt;
&lt;P&gt;LOAD 'Genre'&amp;amp;Ceil(Rand()*10) as Genre,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Rand()*100) as interest,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Gender'&amp;amp;Ceil(Rand()*2) as Gender&lt;/P&gt;
&lt;P&gt;AutoGenerate 30;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Expression:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as ID, * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FormulaTitle, Formula&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interest Rate, Sum(interest)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Relative to the total amount of interest, "Num(Sum(interest)/Sum(Total interest),'##0.0%')"&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3406"&gt;The Magic of Variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3996"&gt;The Little Equals Sign&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Oct 2016 20:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Implement-Dynamically-Expression-From-Load-Inline/m-p/1197976#M625039</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-16T20:56:01Z</dc:date>
    </item>
  </channel>
</rss>

