<?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 Field as variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-as-variable/m-p/378828#M141293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview Users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this forum i came across an application which uses a variable as a field. On the upper left side of the dashboard you can see the field: FIELD. On the bottom you see an inputbox with three variables. When you change your selection in the field FIELD you can see that the variables are changing automaticly. I want to know how these variables were made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words what is the script in order to make a variable which react on a fieldselection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appriciate any help from QV-users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gr. Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2012 10:03:19 GMT</pubDate>
    <dc:creator>shahamel</dc:creator>
    <dc:date>2012-08-17T10:03:19Z</dc:date>
    <item>
      <title>Field as variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-as-variable/m-p/378828#M141293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview Users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this forum i came across an application which uses a variable as a field. On the upper left side of the dashboard you can see the field: FIELD. On the bottom you see an inputbox with three variables. When you change your selection in the field FIELD you can see that the variables are changing automaticly. I want to know how these variables were made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words what is the script in order to make a variable which react on a fieldselection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appriciate any help from QV-users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gr. Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 10:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-as-variable/m-p/378828#M141293</guid>
      <dc:creator>shahamel</dc:creator>
      <dc:date>2012-08-17T10:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field as variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-as-variable/m-p/378829#M141294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look in settings &amp;gt; Variable Overview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the variable SumGraph = a field called sumformula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you now look in load script it can be: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Graphformula:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field, sumformula, avgformula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales, sum(Sales), avg(Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity, sum(quantity), Avg(Sales)&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET Formule=(="sumformula");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 10:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-as-variable/m-p/378829#M141294</guid>
      <dc:creator />
      <dc:date>2012-08-17T10:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Field as variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-as-variable/m-p/378830#M141295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer was almost correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET Formule=(="sumformula");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 12pt;"&gt;Formule&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;"=sumformula"&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks for the inspiration within your answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 10:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-as-variable/m-p/378830#M141295</guid>
      <dc:creator>shahamel</dc:creator>
      <dc:date>2012-08-17T10:55:18Z</dc:date>
    </item>
  </channel>
</rss>

