<?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 create dynamic variables in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111830#M17394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone explain me on how to create dynamic variables in qlikview with one example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2018 11:45:30 GMT</pubDate>
    <dc:creator>nagarjuna005</dc:creator>
    <dc:date>2018-10-17T11:45:30Z</dc:date>
    <item>
      <title>how to create dynamic variables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111830#M17394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone explain me on how to create dynamic variables in qlikview with one example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 11:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111830#M17394</guid>
      <dc:creator>nagarjuna005</dc:creator>
      <dc:date>2018-10-17T11:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic variables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111831#M17395</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;You can use a link to another variable or use values as a parameters with dollar sign:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="var_tricks.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216104_var_tricks.png" style="height: 353px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;This is more than dynamical, in my honest opinion &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 12:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111831#M17395</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2018-10-17T12:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic variables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111832#M17396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply shuklin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a variable like vStartDate = 01/15/2018 and vEndDate = 02/15/2018.&lt;/P&gt;&lt;P&gt;while loading data into qlikview it will only from 01/15/2018 to 02/15/2018&lt;/P&gt;&lt;P&gt;but tomorrow i want data till 10/15/2018 in this case how to create a dynamic variable with out changing dates manually.&lt;/P&gt;&lt;P&gt;i am looikng like this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 12:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111832#M17396</guid>
      <dc:creator>nagarjuna005</dc:creator>
      <dc:date>2018-10-17T12:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic variables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111833#M17397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To assign a computed value to a variable, use the LET statement in the script. Examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vEndDate = today(1);&lt;/P&gt;&lt;P&gt;LET vEndDate = MonthStart(today(1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 13:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111833#M17397</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-10-17T13:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to create dynamic variables in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111834#M17398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Another way:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;// get last date according to your dataset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Let vLastDate = '=Max(YourDateField)'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;YourDateField = { $(vLastDate) }&lt;/SPAN&gt;&amp;gt; } Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 13:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-create-dynamic-variables-in-qlikview/m-p/111834#M17398</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2018-10-17T13:43:53Z</dc:date>
    </item>
  </channel>
</rss>

