<?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 write more values in script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588979#M681180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use can create the set expression Variable and use the variable in the expression.This is the best way to manage the repeatedly changing values in the Set idetifieres.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2014 13:03:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-17T13:03:06Z</dc:date>
    <item>
      <title>how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588971#M681171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys ,&lt;/P&gt;&lt;P&gt;i write an expression like this sum({$&amp;lt;year={2002},category={mobile}&amp;gt;}this expression have only two values but i need to write more values in this expression but i do not know how to write more values in expression.please tell me out how to write more values in expression.&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 06:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588971#M681171</guid>
      <dc:creator />
      <dc:date>2014-04-17T06:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588972#M681173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something Like Below&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;year = {'2002', '2003'}, category = {'mobile','abc'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 06:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588972#M681173</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-17T06:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588973#M681174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt; sum({$&amp;lt;year={2002},category={mobile&lt;SPAN style="color: #993300;"&gt;,Value2,Value3&lt;/SPAN&gt;}&amp;gt;}....)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;If you want a range of years:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; sum({$&amp;lt;year={&amp;gt;2002&amp;lt;2012},category={mobile}&amp;gt;}...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this will help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Ariel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 07:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588973#M681174</guid>
      <dc:creator>ariel_klien</dc:creator>
      <dc:date>2014-04-17T07:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588974#M681175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Your expression is incorrect, you have not stated which field you are summing, also the category value must be within quotes as the data is text.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; sum({$&amp;lt;year={2002},category={'mobile'}&amp;gt;} field_to_sum)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 07:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588974#M681175</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-17T07:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588975#M681176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to say&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;year={2002,2003,2004},category={'mobile','pc'}&amp;gt;} sales) &lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 07:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588975#M681176</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-04-17T07:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588976#M681177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 07:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588976#M681177</guid>
      <dc:creator />
      <dc:date>2014-04-17T07:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588977#M681178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you colin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 07:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588977#M681178</guid>
      <dc:creator />
      <dc:date>2014-04-17T07:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588978#M681179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing something in writeing the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;year={2002},category={mobile}&amp;gt;} of what?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;the correct sysntax is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;year={2002},category={mobile}&amp;gt;}&lt;/SPAN&gt; myField)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If you need to add other conditions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;year={2002},category={'mobile', 'TV'}, Type={'Flat'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; myField)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 07:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588978#M681179</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-17T07:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588979#M681180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use can create the set expression Variable and use the variable in the expression.This is the best way to manage the repeatedly changing values in the Set idetifieres.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 13:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588979#M681180</guid>
      <dc:creator />
      <dc:date>2014-04-17T13:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588980#M681181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also like expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;year={"&amp;gt;=2002"},category={'mobile'}&amp;gt;}&lt;/SPAN&gt; myField)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;it will calculate for years range.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Darek&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 20:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588980#M681181</guid>
      <dc:creator />
      <dc:date>2014-04-17T20:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to write more values in script?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588981#M681182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@madhu - may be you should go through and learn basic set analysis syntax&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 21:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-write-more-values-in-script/m-p/588981#M681182</guid>
      <dc:creator />
      <dc:date>2014-04-17T21:50:37Z</dc:date>
    </item>
  </channel>
</rss>

