<?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: how to use $(include) for expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-include-for-expression/m-p/418797#M484838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to do it in that application it quite simple to add the expression in the form of varirable rather then to store in txt file its to complicated&lt;/P&gt;&lt;P&gt;like the expression i have mde is too long and use 8 times i can't write that code too much&lt;/P&gt;&lt;P&gt;so, i&amp;nbsp; made a variable like v1&lt;/P&gt;&lt;P&gt;for making variable press ctrl+alt+v&lt;/P&gt;&lt;P&gt;add variable v1 and in defination &lt;/P&gt;&lt;P&gt;write your expression with equal sign &lt;/P&gt;&lt;P&gt;then ok&lt;/P&gt;&lt;P&gt;and use that variable in your expression &lt;/P&gt;&lt;P&gt;it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 09:51:07 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-05-29T09:51:07Z</dc:date>
    <item>
      <title>how to use $(include) for expression.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-include-for-expression/m-p/418796#M484837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application, in which i have so many expressions used ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can assign those expression to variables and use those variables instead of expression..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is .. is it possible to save all those expression in one .csv or txt file and use them using $(include) command..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your views.. and if possible please share any sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 09:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-include-for-expression/m-p/418796#M484837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-29T09:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to use $(include) for expression.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-include-for-expression/m-p/418797#M484838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to do it in that application it quite simple to add the expression in the form of varirable rather then to store in txt file its to complicated&lt;/P&gt;&lt;P&gt;like the expression i have mde is too long and use 8 times i can't write that code too much&lt;/P&gt;&lt;P&gt;so, i&amp;nbsp; made a variable like v1&lt;/P&gt;&lt;P&gt;for making variable press ctrl+alt+v&lt;/P&gt;&lt;P&gt;add variable v1 and in defination &lt;/P&gt;&lt;P&gt;write your expression with equal sign &lt;/P&gt;&lt;P&gt;then ok&lt;/P&gt;&lt;P&gt;and use that variable in your expression &lt;/P&gt;&lt;P&gt;it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 09:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-include-for-expression/m-p/418797#M484838</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-29T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to use $(include) for expression.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-include-for-expression/m-p/418798#M484839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can. the include option will include the file with all the text in it. Save in a csv file all your expresions like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vVar1 = sum(A);&lt;/P&gt;&lt;P&gt;SET vVar2 = sum(B);&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then add your file and use the variables in the expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 09:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-include-for-expression/m-p/418798#M484839</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2013-05-29T09:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to use $(include) for expression.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-include-for-expression/m-p/418799#M484840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it what you are looking for..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 10:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-include-for-expression/m-p/418799#M484840</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-29T10:32:25Z</dc:date>
    </item>
  </channel>
</rss>

