<?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 reuse an expression without repeating code? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190959#M53243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In your expression, to reuse one you've already created, you can use column(x) function.&lt;/P&gt;&lt;P&gt;It's very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Yamaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jan 2011 09:32:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-28T09:32:48Z</dc:date>
    <item>
      <title>How to reuse an expression without repeating code?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190957#M53241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone. I need help.&lt;BR /&gt;I created an expression and I have added to the PivotTable (field "VALUE").&lt;BR /&gt;Since I use this expression in different parts of the project I thought&lt;BR /&gt;create a variable and move the contents of the expression in there (VAR_NUMERATORE).&lt;BR /&gt;&lt;BR /&gt;However, adding a column of type expression containing the variable created in&lt;BR /&gt;PivotTable I realized that the data will not be calculated as I want.&lt;BR /&gt;&lt;BR /&gt;The result is that I would get represented in the "VALUE" column, while the wrong one&lt;BR /&gt;I would fix is in column "CALC_VALUE".&lt;BR /&gt;&lt;BR /&gt;Does anyone have any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks for your support and sorry for my google-translated English [:)],&lt;/P&gt;&lt;P&gt;Capetto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 09:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190957#M53241</guid>
      <dc:creator />
      <dc:date>2011-01-28T09:20:52Z</dc:date>
    </item>
    <item>
      <title>How to reuse an expression without repeating code?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190958#M53242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Opsss... Here the example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 09:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190958#M53242</guid>
      <dc:creator />
      <dc:date>2011-01-28T09:24:06Z</dc:date>
    </item>
    <item>
      <title>How to reuse an expression without repeating code?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190959#M53243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In your expression, to reuse one you've already created, you can use column(x) function.&lt;/P&gt;&lt;P&gt;It's very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Yamaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 09:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190959#M53243</guid>
      <dc:creator />
      <dc:date>2011-01-28T09:32:48Z</dc:date>
    </item>
    <item>
      <title>How to reuse an expression without repeating code?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190960#M53244</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;Correct expreesion of VALUE like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(&lt;/P&gt;&lt;P&gt;If(INDICATORE='A001' OR INDICATORE='A003' OR INDICATORE='A005' OR INDICATORE='A007' OR INDICATORE='A009' OR INDICATORE='A011',&lt;/P&gt;&lt;P&gt;(If(VALORE &amp;gt;= VALORE_MIN AND VALORE &amp;lt;= VALORE_MAX, VALORE,0)),&lt;/P&gt;&lt;P&gt;If(INDICATORE='A002' OR INDICATORE='A004' OR INDICATORE='A006' OR INDICATORE='A008' OR INDICATORE='A010',&lt;/P&gt;&lt;P&gt;(If(VALORE &amp;gt;= VALORE_MIN AND VALORE &amp;lt;= VALORE_MAX, 1,0)))))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;and then CAL_VALUE give it in Expression popup =[VALUE]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may it will gives you correct answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 09:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190960#M53244</guid>
      <dc:creator />
      <dc:date>2011-01-28T09:45:26Z</dc:date>
    </item>
    <item>
      <title>How to reuse an expression without repeating code?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190961#M53245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Column(x) function can be used only in the same object. I need to use this expression in another objects (graphics and tables).&lt;/P&gt;&lt;P&gt;Capetto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 09:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190961#M53245</guid>
      <dc:creator />
      <dc:date>2011-01-28T09:53:40Z</dc:date>
    </item>
    <item>
      <title>How to reuse an expression without repeating code?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190962#M53246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attachment and find the differences of Variable (usage. '=' and '$' usage specially).&lt;/P&gt;&lt;P&gt;regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 10:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190962#M53246</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-01-28T10:06:09Z</dc:date>
    </item>
    <item>
      <title>How to reuse an expression without repeating code?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190963#M53247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!!! It works very well.&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Capetto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 10:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reuse-an-expression-without-repeating-code/m-p/190963#M53247</guid>
      <dc:creator />
      <dc:date>2011-01-28T10:51:30Z</dc:date>
    </item>
  </channel>
</rss>

