<?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: Wildmatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43065#M781395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not possible in one if statement.&lt;/P&gt;&lt;P&gt;You have to load same table twice and concatenate those table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load *,Group as GroupName from table1;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Load *,if(WildMatch(Group,'Check-in','Host','Payments','Reservations','Ticketing'),'JDS')) as &lt;SPAN style="font-size: 13.3333px;"&gt;GroupName &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2018 04:47:26 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2018-04-03T04:47:26Z</dc:date>
    <item>
      <title>Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43064#M781394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a filed called Group in which there are 7 groups ...&lt;/P&gt;&lt;P&gt;I want to display all the 7 groups ans also trying to create a field call JDS which has 5 groups within it .. that is (JDS should have = 'Check-in','Host','Payments','Reservations','Ticketing')&lt;/P&gt;&lt;P&gt;And iam writing the below wildmatch function...&lt;/P&gt;&lt;P&gt; when i reload it shouws me only 7 group the new group name JDS is not showing up ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;please need your help ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if(WildMatch(Group,'Check-in'), 'Check-in',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(WildMatch(Group,'Host'), 'Host',&lt;/P&gt;&lt;P&gt;if(WildMatch(Group,'Offer'), 'Offer',&lt;/P&gt;&lt;P&gt;if(WildMatch(Group,'Payments'),'Payments',&lt;/P&gt;&lt;P&gt;if(WildMatch(Group,'Reservations'),'Reservations',&lt;/P&gt;&lt;P&gt;if(WildMatch(Group,'Tech SRVS'), 'Tech SRVS', &lt;/P&gt;&lt;P&gt;if(WildMatch(Group,'Ticketing'),'Ticketing',&lt;/P&gt;&lt;P&gt;if(WildMatch(Group,'Check-in','Host','Payments','Reservations','Ticketing'),&lt;/P&gt;&lt;P&gt;'JDS')))))))) as GROUP_NAME,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I want to show it like shown in the screenshot below &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="Groups.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198204_Groups.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &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/Wildmatch/m-p/43064#M781394</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43065#M781395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not possible in one if statement.&lt;/P&gt;&lt;P&gt;You have to load same table twice and concatenate those table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load *,Group as GroupName from table1;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Load *,if(WildMatch(Group,'Check-in','Host','Payments','Reservations','Ticketing'),'JDS')) as &lt;SPAN style="font-size: 13.3333px;"&gt;GroupName &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 04:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43065#M781395</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-04-03T04:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43066#M781396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth ,&lt;/P&gt;&lt;P&gt;Thanks for the reply ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using the below script please let me know if this is correct ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group:&lt;/P&gt;&lt;P&gt;LOAD GROUP_NAME,&lt;/P&gt;&lt;P&gt;KEY_ID,&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Group.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Concatenate (Group)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;if(WildMatch(GROUP_NAME,'Check-in','Host','Payments','Reservations','Ticketing'),'DS') as GROUP_NAME, &lt;/P&gt;&lt;P&gt;KEY_ID,&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;Resident Group;&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>Tue, 03 Apr 2018 04:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43066#M781396</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2018-04-03T04:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43067#M781397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Group:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD GROUP_NAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;KEY_ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;NAME&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[..\Group.qvd]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Concatenate (Group)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'RDS' AS GROUP_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;KEY_ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;NAME&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Resident Group&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WHERE &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WildMatch(GROUP_NAME,'Check-in','Host','Payments','Reservations','Ticketing')&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 10:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43067#M781397</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-03T10:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43068#M781398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you should create another field something like MAIN_GROUP_NAME with JDS and a GROUP_NAME without JDS. With this you can cover groups you intend to. Otherwise you may concatenate same table with JDS group name but I don't recommend it since duplicate records will cause some trouble.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 271px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: white; font-weight: bold; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: none; border-bottom: 0.5pt solid #9bc2e6; border-left: 0.5pt solid #9bc2e6; background: #5b9bd5;" width="157"&gt;MAIN_GROUP_NAME&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: white; font-weight: bold; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: 0.5pt solid #9bc2e6; border-bottom: 0.5pt solid #9bc2e6; border-left: none; background: #5b9bd5;" width="114"&gt;GROUP_NAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: none; border-bottom: 0.5pt solid #9bc2e6; border-left: 0.5pt solid #9bc2e6; background: #ddebf7;"&gt;JDS&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: 0.5pt solid #9bc2e6; border-bottom: 0.5pt solid #9bc2e6; border-left: none; background: #ddebf7;"&gt;Check-in&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: none; border-bottom: 0.5pt solid #9bc2e6; border-left: 0.5pt solid #9bc2e6;"&gt;JDS&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: 0.5pt solid #9bc2e6; border-bottom: 0.5pt solid #9bc2e6; border-left: none;"&gt;Host&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: none; border-bottom: 0.5pt solid #9bc2e6; border-left: 0.5pt solid #9bc2e6; background: #ddebf7;"&gt;JDS&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: 0.5pt solid #9bc2e6; border-bottom: 0.5pt solid #9bc2e6; border-left: none; background: #ddebf7;"&gt;Payments&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: none; border-bottom: 0.5pt solid #9bc2e6; border-left: 0.5pt solid #9bc2e6;"&gt;JDS&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: 0.5pt solid #9bc2e6; border-bottom: 0.5pt solid #9bc2e6; border-left: none;"&gt;Reservations&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: none; border-bottom: 0.5pt solid #9bc2e6; border-left: 0.5pt solid #9bc2e6; background: #ddebf7;"&gt;JDS&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: 0.5pt solid #9bc2e6; border-bottom: 0.5pt solid #9bc2e6; border-left: none; background: #ddebf7;"&gt;Ticketing&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: none; border-bottom: 0.5pt solid #9bc2e6; border-left: 0.5pt solid #9bc2e6;"&gt;Offer&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: 0.5pt solid #9bc2e6; border-bottom: 0.5pt solid #9bc2e6; border-left: none;"&gt;Offer&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: none; border-bottom: 0.5pt solid #9bc2e6; border-left: 0.5pt solid #9bc2e6; background: #ddebf7;"&gt;Tech SRVS&lt;/TD&gt;&lt;TD style="font-size: 11pt; color: black; font-family: Calibri; border-top: 0.5pt solid #9bc2e6; border-right: 0.5pt solid #9bc2e6; border-bottom: 0.5pt solid #9bc2e6; border-left: none; background: #ddebf7;"&gt;Tech SRVS&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, here is a little tip about writing less repeating code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Pick( Match( Group, 'Offer', 'Tech SRVS', 'Check-in','Host','Payments','Reservations','Ticketing')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;, 'Offer', 'Tech SRVS', 'JDS','JDS','JDS','JDS','JDS') as MAIN_GROUP_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 10:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43068#M781398</guid>
      <dc:creator>ilyas_coban</dc:creator>
      <dc:date>2018-04-03T10:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43069#M781399</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;yes you are correct. or try alteranate appoach suggested by &lt;A href="https://community.qlik.com/qlik-users/198252"&gt;sasiparupudi1&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 04:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch/m-p/43069#M781399</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-04-05T04:59:22Z</dc:date>
    </item>
  </channel>
</rss>

