<?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: Urgent! Qlikview Sorting problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055917#M1223134</link>
    <description>&lt;P&gt;Hi, values are sorted by load as they are loaded, maybe the name2 field has some values loaded previously, try setting the inline table at the beggining of the script.&lt;/P&gt;
&lt;P&gt;Also confirm that the chart sort properties doen't have any other sort checked, it looks like it's sorted by expression value.&lt;/P&gt;</description>
    <pubDate>Sun, 02 Apr 2023 10:42:01 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2023-04-02T10:42:01Z</dc:date>
    <item>
      <title>Urgent! Qlikview Sorting (Order by) problem</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055848#M1223131</link>
      <description>&lt;P&gt;I search many post about sorting, but i cannot find an solution.&lt;/P&gt;
&lt;P&gt;my database only have 4 rows,&lt;/P&gt;
&lt;P&gt;Sally is the last input.&lt;/P&gt;
&lt;P&gt;I could like to build an cumlative sales Curve with each person sales amount Bar Chart&lt;/P&gt;
&lt;P&gt;However, due to sorting problem Sally always be the last row whatever I do sorting or not.&lt;BR /&gt;I use resident load already, not sure why order by is not working. Anyone can help ?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-01 110011.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103984iDA596F7307471740/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-04-01 110011.jpg" alt="Screenshot 2023-04-01 110011.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or any other alternative for my set analysis??&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_5624.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103985i522E175E202E6993/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_5624.jpeg" alt="IMG_5624.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 01:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055848#M1223131</guid>
      <dc:creator>kcchoi0626</dc:creator>
      <dc:date>2023-04-03T01:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent! Qlikview Sorting problem</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055917#M1223134</link>
      <description>&lt;P&gt;Hi, values are sorted by load as they are loaded, maybe the name2 field has some values loaded previously, try setting the inline table at the beggining of the script.&lt;/P&gt;
&lt;P&gt;Also confirm that the chart sort properties doen't have any other sort checked, it looks like it's sorted by expression value.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 10:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055917#M1223134</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-04-02T10:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent! Qlikview Sorting problem</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055941#M1223135</link>
      <description>&lt;P&gt;The dataset actually come from inline table , below is the coding&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;estGroup:&lt;BR /&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;Name2, Age2, Grouping, AMT&lt;/P&gt;
&lt;P&gt;Wladimir, 31, IBG3, 100&lt;/P&gt;
&lt;P&gt;Wladimir, 31, IBG4, 200&lt;/P&gt;
&lt;P&gt;Wladimir, 31, IBG3, 300&lt;/P&gt;
&lt;P&gt;Wladimir, 31, IBG3, 400&lt;/P&gt;
&lt;P&gt;Sue, 22, IBG4, 500&lt;/P&gt;
&lt;P&gt;Sue, 22, IBG4, 7&lt;/P&gt;
&lt;P&gt;Sue, 22, IBG4, 89&lt;/P&gt;
&lt;P&gt;Sue, 22, IBG5, 234&lt;/P&gt;
&lt;P&gt;Tom, 34, IBG6, 333&lt;/P&gt;
&lt;P&gt;Sally, 37, IBG1, 900&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;TestGroup2:&lt;BR /&gt;Load&lt;BR /&gt;Name2,&lt;BR /&gt;Sum(AMT) as Total_sales&lt;BR /&gt;Resident TestGroup&lt;BR /&gt;group by Name2;&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;TestGroup3:&lt;BR /&gt;Load&lt;BR /&gt;*&lt;BR /&gt;Resident TestGroup2&lt;BR /&gt;order by Total_sales desc,;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;drop table TestGroup,TestGroup2;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and for the chart is sorted by Y-value&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 01:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055941#M1223135</guid>
      <dc:creator>kcchoi0626</dc:creator>
      <dc:date>2023-04-03T01:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent! Qlikview Sorting problem</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055942#M1223136</link>
      <description>&lt;P&gt;I found that I even cannot sort by field Name2, the table just cannot change ordering&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 01:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055942#M1223136</guid>
      <dc:creator>kcchoi0626</dc:creator>
      <dc:date>2023-04-03T01:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent! Qlikview Sorting problem</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055950#M1223137</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;Might be, in the sort tab, for Field Name 2, no sorting is specified [like expression, frequency, numeric value, text], in that case only, you can't able to sort by "Field name2".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Either, you can mention Expression [Asc / desc] by Sum(Total_Sales), it will work as expected.&amp;nbsp;&lt;BR /&gt;And also, check the "interactive sort" option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 02:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055950#M1223137</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-04-03T02:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent! Qlikview Sorting problem</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055995#M1223138</link>
      <description>&lt;P&gt;Hi, if the option to sort by Y-Value is checked all the others are disabled, uncheck this option to select another sorting option.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 06:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Qlikview-Sorting-Order-by-problem/m-p/2055995#M1223138</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-04-03T06:11:27Z</dc:date>
    </item>
  </channel>
</rss>

