<?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: variable creation which one is better in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096637#M364263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge LET method does not evaluate and hence it will have better performance but you cannot do the dynamic changes. Other than this both the ways of the setting the variables are same does not have much of the difference in the performance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 07:13:15 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2016-01-29T07:13:15Z</dc:date>
    <item>
      <title>variable creation which one is better</title>
      <link>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096635#M364261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 21px; font-size: 16px; color: #080e14; font-family: Raleway, Arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit !important;"&gt;&lt;EM style="color: #333333;"&gt;&lt;STRONG&gt;Hi all,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 21px; font-size: 16px; color: #080e14; font-family: Raleway, Arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit !important;"&gt;&lt;EM style="color: #333333;"&gt;&lt;STRONG&gt;Have a nice day.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 21px;"&gt;&lt;SPAN style="color: #333333; font-size: 16px; font-family: Raleway, Arial, sans-serif;"&gt;performance wise which method is better for creating Variable&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 21px; font-size: 16px; color: #080e14; font-family: Raleway, Arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit !important;"&gt;&lt;EM style="color: #333333;"&gt;&lt;STRONG&gt;Method 1:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; By going into menu -&amp;gt; settings/variable overview&lt;/P&gt;&lt;P style="margin: 0 0 21px; font-size: 16px; color: #080e14; font-family: Raleway, Arial, sans-serif;"&gt;&lt;SPAN style="font-weight: inherit !important;"&gt;&lt;EM style="color: #333333;"&gt;&lt;STRONG&gt;Method 2:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; By using SET and LET statements.&lt;/P&gt;&lt;P style="margin: 0 0 21px; font-size: 16px; color: #080e14; font-family: Raleway, Arial, sans-serif;"&gt;Method 1 and method 2 both are same result&lt;/P&gt;&lt;P style="margin: 0 0 21px; font-size: 16px; color: #080e14; font-family: Raleway, Arial, sans-serif;"&gt;Thank,&lt;/P&gt;&lt;P style="margin: 0 0 21px; font-size: 16px; color: #080e14; font-family: Raleway, Arial, sans-serif;"&gt;ramu&lt;/P&gt;&lt;P style="margin: 0px 0px 21px;"&gt;&lt;SPAN style="color: #080e14; font-family: Raleway, Arial, sans-serif; font-size: 16px; font-weight: inherit !important;"&gt;&lt;EM style="color: #333333;"&gt;&lt;STRONG&gt; &lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 06:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096635#M364261</guid>
      <dc:creator />
      <dc:date>2016-01-29T06:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: variable creation which one is better</title>
      <link>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096636#M364262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;case comes only when a&amp;nbsp; variable evaluates complex expression&lt;/P&gt;&lt;P&gt;in that case&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In front end for every selection expressions need to be evaluated &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if you are able to calculate this exp from backed then declare at script level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 06:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096636#M364262</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-01-29T06:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: variable creation which one is better</title>
      <link>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096637#M364263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge LET method does not evaluate and hence it will have better performance but you cannot do the dynamic changes. Other than this both the ways of the setting the variables are same does not have much of the difference in the performance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 07:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096637#M364263</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-01-29T07:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: variable creation which one is better</title>
      <link>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096638#M364264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main advantage of creating the variables in the load script is that the variables are preserved in the case of a no-data load. You may need a no-data load for recovering a corrupt qvd or rolling back to an older version when you are using version control. In these cases, the variables exist in the empty document, but are all set to null. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are defined in the load script, then they will be recreated when the empty document is reloaded. Which is why I recommend that the variables be defined in the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 07:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096638#M364264</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-01-29T07:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: variable creation which one is better</title>
      <link>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096639#M364265</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;Creating in script will help in easily maintenance if you want to change many variables you can change it easily in script, instead of searching in variables tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you require the same in another Dashboard you can just copy the script and use it in the new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 07:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096639#M364265</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T07:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: variable creation which one is better</title>
      <link>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096640#M364266</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;creating variable in script is better because for searching for variable it is easy to go direcrtly to the script location for changes.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-creation-which-one-is-better/m-p/1096640#M364266</guid>
      <dc:creator>kashaboinaraj</dc:creator>
      <dc:date>2016-01-29T09:41:06Z</dc:date>
    </item>
  </channel>
</rss>

