<?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: Grouping data within a list prior to loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-data-within-a-list-prior-to-loading/m-p/1322621#M834461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch([Booking Status], 'Confirmed*'),'Confirmed', 'Cancelled') as [Booking Status],&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2017 19:31:58 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-06-06T19:31:58Z</dc:date>
    <item>
      <title>Grouping data within a list prior to loading</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-within-a-list-prior-to-loading/m-p/1322620#M834460</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;I'm new to QlikView and hoping someone might be able to help. I have a list "Booking Status" that has multiple Confirmation and Cancellation types, and I'm trying to simply the list and group all the different confirmation types as 'Confirmed' and same with 'Cancelled' through the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Booking Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Confirmed' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Booking Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Confirmed Do Not Move' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Booking Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Confirmed Internal' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Booking Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Confirmed Web Reservation','Confirmed', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Booking Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Booking Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What syntax can I use to do the same for all cancellation types in the same list Booking Status?&lt;/SPAN&gt;&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/Grouping-data-within-a-list-prior-to-loading/m-p/1322620#M834460</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data within a list prior to loading</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-within-a-list-prior-to-loading/m-p/1322621#M834461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch([Booking Status], 'Confirmed*'),'Confirmed', 'Cancelled') as [Booking Status],&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 19:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-within-a-list-prior-to-loading/m-p/1322621#M834461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-06T19:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping data within a list prior to loading</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-data-within-a-list-prior-to-loading/m-p/1322622#M834462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for the quick suggestion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 19:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-data-within-a-list-prior-to-loading/m-p/1322622#M834462</guid>
      <dc:creator />
      <dc:date>2017-06-06T19:39:48Z</dc:date>
    </item>
  </channel>
</rss>

