<?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: how to set variable??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509664#M1148045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no... I want to assign it in variable.......... such as: vData:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to get this query in my variable overview :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;select projectedadjustment from qlk_projected where year1=[Fiscal Year] and month1=[Fiscal Month];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 19:42:15 GMT</pubDate>
    <dc:creator>suvechha_b</dc:creator>
    <dc:date>2013-07-22T19:42:15Z</dc:date>
    <item>
      <title>how to set variable???</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509660#M1148041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to set variable in sheet of qlikview??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select projectedadjustment from qlk_projected where year1=[Fiscal Year] and month1=[Fiscal Month];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Fiscal Month], [Fiscal Year] are two fields from table, which is also set as variable in qlikview sheet like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set variable as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Fiscal Year]=[Fiscal Year];&lt;/P&gt;&lt;P&gt;[Fiscal Month]=[Fiscal Month];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 18:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509660#M1148041</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2013-07-22T18:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to set variable???</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509661#M1148042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure about what you are trying to achieve. I you want to define variables in the script, you can use LET or SET script statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET year1 = 2013;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET month1 = 12;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select projectedadjustment &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from qlk_projected &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where $(year1) = [Fiscal Year] and $(month1) = [Fiscal Month];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to define a variable in the frontend, you can use the variable overview (under Settings, or press CTRL-ALT-V).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 19:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509661#M1148042</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-22T19:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to set variable???</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509662#M1148043</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;I want to create in variable overview...in one variable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not in script...I dont want to fix &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;SET year1 = 2013;&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;SET month1 = 12;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;this....all this be dynamic&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write in variable overviw ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to set it in a variable in qlikview model???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 19:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509662#M1148043</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2013-07-22T19:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to set variable???</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509663#M1148044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;vYear = Max(&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;[Fiscal Year]&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;vMonth = Max(&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;[Fiscal Month]&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you trying to use it in load script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 19:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509663#M1148044</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-07-22T19:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to set variable???</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509664#M1148045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no... I want to assign it in variable.......... such as: vData:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to get this query in my variable overview :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;select projectedadjustment from qlk_projected where year1=[Fiscal Year] and month1=[Fiscal Month];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 19:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509664#M1148045</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2013-07-22T19:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to set variable???</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509665#M1148046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to write this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;year1={$(vYear)}&amp;gt;&amp;amp; 'and' &amp;amp; $&amp;lt;year1={$(vMonth)}&amp;gt;} projectedadjustment)&lt;/P&gt;&lt;P&gt;in settings&amp;gt;&amp;gt;Variable Overview: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a variable :vData and set the above statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 19:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509665#M1148046</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2013-07-22T19:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to set variable???</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509666#M1148047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to write this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;year1={$(vYear)}&amp;gt;&amp;amp; 'and' &amp;amp; $&amp;lt;year1={$(vMonth)}&amp;gt;} projectedadjustment)&lt;/P&gt;&lt;P&gt;in settings&amp;gt;&amp;gt;Variable Overview: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a variable :vData and set the above statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 19:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-set-variable/m-p/509666#M1148047</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2013-07-22T19:45:34Z</dc:date>
    </item>
  </channel>
</rss>

