<?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: What is the difference between using “=” before a variable and when it is not used? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-using-before-a-variable-and-when/m-p/694338#M1070632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have gotten the Answer.&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 04:46:09 GMT</pubDate>
    <dc:creator>manozpph</dc:creator>
    <dc:date>2014-09-03T04:46:09Z</dc:date>
    <item>
      <title>What is the difference between using “=” before a variable and when it is not used?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-using-before-a-variable-and-when/m-p/694335#M1070629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;Hey Guys Can Some body Let me know the Answer for this Question.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;What is the difference between using “=” before a variable and when it is not used?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks In Advance!&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 21:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-using-before-a-variable-and-when/m-p/694335#M1070629</guid>
      <dc:creator>manozpph</dc:creator>
      <dc:date>2014-09-02T21:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between using “=” before a variable and when it is not used?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-using-before-a-variable-and-when/m-p/694336#M1070630</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;Giving = in variable will evaluate the expression and stores the result in variable, if we do not give = then the expression is stored as string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;vSales : =Sum(Sales) - then Total sales is calculated (Assume total sales is 1 Million)&lt;/P&gt;&lt;P&gt;vSalesExpression : Sum(Sales) - this will store Sum(Sales) as string &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in a chart if you have a dimension Customer and use the above expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(vSales) - for all the customers you will the same sales amount 1 Million, since it is already evaluated.&lt;/P&gt;&lt;P&gt;=$(vSalesExpression ) - will calculate the sales for each customer, $(vSalesExpression ) will simply put Sum(Sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Wed, 03 Sep 2014 02:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-using-before-a-variable-and-when/m-p/694336#M1070630</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-03T02:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between using “=” before a variable and when it is not used?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-using-before-a-variable-and-when/m-p/694337#M1070631</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;check this links, hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-weight: normal; font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/11/04/the-magic-of-variables" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;The Magic of Variables&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.naturalsynergies.com/q-tip-6-those-tricky-sign-expansions/" title="http://www.naturalsynergies.com/q-tip-6-those-tricky-sign-expansions/"&gt;http://www.naturalsynergies.com/q-tip-6-those-tricky-sign-expansions/&lt;/A&gt;&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>Wed, 03 Sep 2014 02:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-using-before-a-variable-and-when/m-p/694337#M1070631</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-03T02:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between using “=” before a variable and when it is not used?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-using-before-a-variable-and-when/m-p/694338#M1070632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have gotten the Answer.&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 04:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-using-before-a-variable-and-when/m-p/694338#M1070632</guid>
      <dc:creator>manozpph</dc:creator>
      <dc:date>2014-09-03T04:46:09Z</dc:date>
    </item>
  </channel>
</rss>

