<?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 using Wildmatch multiple times in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298441#M110679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;There is know limit on the function which could be used in script.As suggested by Kaushik try checking out the brackets () properly closed and if your searchable strings are characters then make sure all the searchable strings are in single quotes.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If possible post your expression here. will try to debug.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2011 12:03:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-17T12:03:42Z</dc:date>
    <item>
      <title>Error in using Wildmatch multiple times in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298439#M110677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any limitations in using wildmatch multiple times in the script. I am using wildmatch for more than 60- 70 times in my script, after a particular point the script is throwing an error and is not accepting wildmatch at all. &lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 11:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298439#M110677</guid>
      <dc:creator />
      <dc:date>2011-06-17T11:20:29Z</dc:date>
    </item>
    <item>
      <title>Error in using Wildmatch multiple times in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298440#M110678</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;&amp;nbsp; Make sure you are closing the statement properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Meaning You have used&amp;nbsp; ( ) properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If possible upload the Qvw file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 11:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298440#M110678</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-17T11:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Wildmatch multiple times in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298441#M110679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;There is know limit on the function which could be used in script.As suggested by Kaushik try checking out the brackets () properly closed and if your searchable strings are characters then make sure all the searchable strings are in single quotes.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If possible post your expression here. will try to debug.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 12:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298441#M110679</guid>
      <dc:creator />
      <dc:date>2011-06-17T12:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Wildmatch multiple times in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298442#M110680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kaushik and Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have cross checked my script there is no syntax error in it; have closed all the brackets, the single quotes and used '*' for every wildmatch added in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below a snapshot of te script which i am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"IF(Wildmatch(DESCRIPTION, 'Administration*'),'Administration',&lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'Audit*'),'Audit', &lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'BPS*'),'BPS',&lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'CF*'),'CF', &lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'Compliance*'),'Finance' ,&lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'eGovernance*'),'ITA', &lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'Finance*') ,'Finance', &lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'Forensic*'),'Forensic' ,&lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'FRM*'),'FRM' , &lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'HR*'),'HR',&lt;/P&gt;&lt;P&gt;IF(Wildmatch(DESCRIPTION, 'SPI*'),'ITA'&amp;nbsp; .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have over 69 loops in it, the moment i start the 70th loop it does not allow me to write wildmatch after IF statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 06:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298442#M110680</guid>
      <dc:creator />
      <dc:date>2011-06-20T06:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Wildmatch multiple times in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298443#M110681</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; From your code it seems that you are trying to map the Text with some other Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If this is what you want to achieve, then instead of using if statement you can use the mapping functions of Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here is the example of mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this will Help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 06:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-using-Wildmatch-multiple-times-in-the-script/m-p/298443#M110681</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-20T06:55:05Z</dc:date>
    </item>
  </channel>
</rss>

