<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905653#M995113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Try like this&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;SET VCount= Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'},region_name&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;={'WEST'}&lt;/SPAN&gt;&amp;gt;}param_value);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 14:47:57 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-07-01T14:47:57Z</dc:date>
    <item>
      <title>Variable Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905646#M995106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we add the following expression in Variable like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let VCount= 'Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'},region_name=&amp;gt;}param_value)';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 08:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905646#M995106</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-06-26T08:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905647#M995107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LET will try to evaluate it. If you just want it as text, use SET&lt;/P&gt;&lt;P&gt;if you then use $(VCount) in a chart expression, it will be evaluated there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 08:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905647#M995107</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-06-26T08:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905648#M995108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but maybe you need SET instead of LET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 08:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905648#M995108</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-26T08:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905649#M995109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a pair of single quotes to embed a single quote in the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set VCount= 'Count({$&amp;lt;param_name={''Temperature''},param_value={''&amp;lt;=-1''},region_name=&amp;gt;}param_value)';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 08:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905649#M995109</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-26T08:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905650#M995110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET will evaluate the expression so use SET like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SET VCount= Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'},region_name=&amp;gt;}param_value);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 09:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905650#M995110</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-26T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905651#M995111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want to use some region_name={'WEST'} in my set analysis.&lt;/P&gt;&lt;P&gt;then how my variable deal with such data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905651#M995111</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-01T10:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905652#M995112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Jagan,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if i want to use some region_name={'WEST'} in my set analysis.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;then how my variable deal with such data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can you explain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905652#M995112</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-01T10:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905653#M995113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Try like this&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;SET VCount= Count({$&amp;lt;param_name={'Temperature'},param_value={'&amp;lt;=-1'},region_name&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;={'WEST'}&lt;/SPAN&gt;&amp;gt;}param_value);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Creation/m-p/905653#M995113</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-01T14:47:57Z</dc:date>
    </item>
  </channel>
</rss>

