<?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: Sorting with wildmatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343152#M825440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Sunny, it was a good solution, it is not correct 100% but I could work around with your idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2017 02:55:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-21T02:55:18Z</dc:date>
    <item>
      <title>Sorting with wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343149#M825437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with:&lt;/P&gt;&lt;P&gt;+ Type: POT, WD...&lt;/P&gt;&lt;P&gt;+ No: numeric value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sort by with these conditions:&lt;/P&gt;&lt;P&gt;The first priority is "Type", the second is "No" and it should be in Ascending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked well with Type = {POT, WD, FLT}&amp;nbsp; but with Type = "*" then the "No" field was not in order (ascending or descending)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest the idea. Thanks in advance.&lt;/P&gt;&lt;P&gt;I attached the qvw file &amp;amp; screenshot here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343149#M825437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting with wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343150#M825438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a new field in the script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sorting:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WildMatch(Type ,'POT','FLT','WD','????????','R-*') * 1000000 + No as Sort;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type, No&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aug 2017, 42948&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jun 2016, 42948&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dec 2016, 42948&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;May 2017, 42948&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then sort for &lt;STRONG&gt;Max(Sort)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170864_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 11:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343150#M825438</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-20T11:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting with wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343151#M825439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like, This is not make sense to me. Because, You don't have common value for first dimension. Why you need this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 11:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343151#M825439</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-20T11:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting with wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343152#M825440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Sunny, it was a good solution, it is not correct 100% but I could work around with your idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 02:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343152#M825440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T02:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting with wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343153#M825441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil, thanks for your feedback.&lt;/P&gt;&lt;P&gt;I need to sort by "Type" field firstly&amp;nbsp; then by "No" field. After considering Sunny's solution I have this screenshot and it reach my expectation 90%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 03:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-with-wildmatch/m-p/1343153#M825441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-21T03:10:27Z</dc:date>
    </item>
  </channel>
</rss>

