<?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: Error in Script !! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769475#M1037996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&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;Customers = {"=$(=rank(Sum(Values),4)&amp;gt;= 1000)"}&amp;gt;}Values)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2015 07:49:53 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2015-01-12T07:49:53Z</dc:date>
    <item>
      <title>Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769474#M1037995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;I want Sum Of values for customers whose values is greater than 1000.&lt;/P&gt;&lt;P&gt;I ahve used following expression , but nothing comes in starightt able.&lt;/P&gt;&lt;P&gt;What to do ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Customers = {"=rank(Sum(Values),4)&amp;gt;= 1000"}&amp;gt;}Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 07:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769474#M1037995</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-01-12T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769475#M1037996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&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;Customers = {"=$(=rank(Sum(Values),4)&amp;gt;= 1000)"}&amp;gt;}Values)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 07:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769475#M1037996</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-01-12T07:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769476#M1037997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No result yet !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 07:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769476#M1037997</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-01-12T07:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769477#M1037998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=rangesum(if(sum(Values)&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1000&lt;/SPAN&gt;,sum(Values)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769477#M1037998</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2015-01-12T08:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769478#M1037999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks , &lt;/P&gt;&lt;P&gt;I got it but i want the values to be shown in ascending order. How to do it ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My output is :&lt;/P&gt;&lt;P&gt;432&lt;/P&gt;&lt;P&gt;444&lt;/P&gt;&lt;P&gt;654&lt;/P&gt;&lt;P&gt;78&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769478#M1037999</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-01-12T08:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769479#M1038000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using a straight table, simply go to the sort tab, select the expression and promote it to the top and then check only the numeric value with ascending order. you can remove the 'allow interactive sort' so that the users will not modify the sort later on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769479#M1038000</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2015-01-12T08:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769480#M1038001</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;For sorting use the same expression in the sort order in the expression&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sortorder2.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75092_Sortorder2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769480#M1038001</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-12T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769481#M1038002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks. It works . But why to uncheck Interactive Sort ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769481#M1038002</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-01-12T08:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769482#M1038003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you check the interactive sort, it will allow the user to change the sort by clicking on the expression column (you will say a small arrow next to the column name) so if you don't want the user to change the sorting you should uncheck it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 08:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769482#M1038003</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2015-01-12T08:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769483#M1038004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey , &lt;/P&gt;&lt;P&gt;Sorry but i didn't get you.&lt;/P&gt;&lt;P&gt;Did you meant to say that if i want sorting to be done my way then i should check the "Interactive Sort" option.&lt;/P&gt;&lt;P&gt;Is it so ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 09:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769483#M1038004</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-01-12T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769484#M1038005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the interactive sort will allow the user to change the sort by double clicking on the column name, in your case the sorting is done based on total sales ascending order, now if the interactive sort is checked you can go to your chart and double click on the sales column (on the label name) and you will see that the sorting will change from ascending to descending. if you want to disable this feature you should uncheck the interactive sort option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 10:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769484#M1038005</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2015-01-12T10:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769485#M1038006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey , &lt;/P&gt;&lt;P&gt;Thanks. Got the point.&lt;/P&gt;&lt;P&gt;Are you on Linkedin ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 10:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769485#M1038006</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-01-12T10:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769486#M1038007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure, Malek safa from lebanon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 10:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769486#M1038007</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2015-01-12T10:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Script !!</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769487#M1038008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks and on whatsapp?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 11:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Script/m-p/769487#M1038008</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-01-12T11:01:47Z</dc:date>
    </item>
  </channel>
</rss>

