<?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: Storing variable values(Calculated value of an expression) into a qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015244#M344176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to use these variables in the load, you probably can use Evaluate() or simply dollar-expansion. But these depend on how exactly you need the variables output to be. If you can share a sample qvw explaining your expected output, people here would be helped to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2016 10:52:53 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2016-03-07T10:52:53Z</dc:date>
    <item>
      <title>Storing variable values(Calculated value of an expression) into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015239#M344171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to store multiple variable values into a QVD, so that they can be used further.&lt;/P&gt;&lt;P&gt;I already searched in the community (&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-7168"&gt;https://community.qlik.com/docs/DOC-7168&lt;/A&gt;) and&amp;nbsp; found that,&amp;nbsp; we can store variable definition, but not the resultant value of the &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;expression. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Eg: var vSales='Sum(sales)';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now I want to store into qvd the value of Sum(Sales), which is a number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide any solution, if this is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 06:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015239#M344171</guid>
      <dc:creator />
      <dc:date>2016-03-07T06:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Storing variable values(Calculated value of an expression) into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015240#M344172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain with an example? Do you need to calculate the sum() or so in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 07:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015240#M344172</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-07T07:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Storing variable values(Calculated value of an expression) into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015241#M344173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want to store the variable definition or want to store the value got after the expression evaluation ?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 07:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015241#M344173</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-07T07:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Storing variable values(Calculated value of an expression) into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015242#M344174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to store the value for the expression evaluated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 08:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015242#M344174</guid>
      <dc:creator />
      <dc:date>2016-03-07T08:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Storing variable values(Calculated value of an expression) into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015243#M344175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use the LET statement to assign the variable it evaluates the result of the expression before assigning it so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example (value of sales = 1000:&lt;/P&gt;&lt;P&gt;SET vSALES = 'Sum(sales)';&lt;/P&gt;&lt;P&gt;vSALES value would be 'Sum(sales)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&lt;/P&gt;&lt;P&gt;LET vSALES = 'Sum(sales)';&lt;/P&gt;&lt;P&gt;vSALES value would be 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this answers your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 09:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015243#M344175</guid>
      <dc:creator />
      <dc:date>2016-03-07T09:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Storing variable values(Calculated value of an expression) into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015244#M344176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to use these variables in the load, you probably can use Evaluate() or simply dollar-expansion. But these depend on how exactly you need the variables output to be. If you can share a sample qvw explaining your expected output, people here would be helped to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 10:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015244#M344176</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-07T10:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Storing variable values(Calculated value of an expression) into a qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015245#M344177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to share the QVW because of confidentiality.&lt;/P&gt;&lt;P&gt;But, my expression is like&amp;nbsp; '&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(sum([Fiscal Year]={'2015'}Sales)&amp;gt;10,"Yes","No")'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Now I want to store the value as Yes or No in the QVD, instead of the expression itself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 12:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-variable-values-Calculated-value-of-an-expression-into-a/m-p/1015245#M344177</guid>
      <dc:creator />
      <dc:date>2016-03-07T12:26:27Z</dc:date>
    </item>
  </channel>
</rss>

