<?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: using match and wildmatch  for a expression (Nested if syntax) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/using-match-and-wildmatch-for-a-expression-Nested-if-syntax/m-p/1950811#M78355</link>
    <description>&lt;P&gt;Data already exists , I just need the syntax to perform in chart, i just want to fetch the specified values in different fields to locate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And another question can we label the expression ??&lt;/P&gt;
&lt;P&gt;For example,&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt; If(match( State,'CA','OR','WA'),state)&lt;/EM&gt; &lt;/STRONG&gt;can i &lt;EM&gt;name or label as west region&lt;/EM&gt; in the syntax??&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 14:07:32 GMT</pubDate>
    <dc:creator>ajit_aarya</dc:creator>
    <dc:date>2022-07-01T14:07:32Z</dc:date>
    <item>
      <title>using match and wildmatch  for a expression (Nested if syntax)</title>
      <link>https://community.qlik.com/t5/App-Development/using-match-and-wildmatch-for-a-expression-Nested-if-syntax/m-p/1950790#M78350</link>
      <description>&lt;TABLE border="1" width="56.24999715792437%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;state&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;names&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;location&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;CA&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;John&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;OR&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;james&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="40px"&gt;
&lt;P&gt;AZ&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="25%" height="40px"&gt;Alexis&lt;/TD&gt;
&lt;TD width="25%" height="40px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;CA&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;Matys&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;OR&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;AJ&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;CA&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;Steve&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%" height="25px"&gt;CA&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;Hanes&lt;/TD&gt;
&lt;TD width="25%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want location from states &lt;STRONG&gt;CA and OR&lt;/STRONG&gt; whose name is ends with ____&lt;STRONG&gt;S and ___N&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;= If(match(State,'CA','OR', and (WildMatch(name,'????S,'???N')), location))&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I tried this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/using-match-and-wildmatch-for-a-expression-Nested-if-syntax/m-p/1950790#M78350</guid>
      <dc:creator>ajit_aarya</dc:creator>
      <dc:date>2022-07-01T13:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: using match and wildmatch  for a expression (Nested if syntax)</title>
      <link>https://community.qlik.com/t5/App-Development/using-match-and-wildmatch-for-a-expression-Nested-if-syntax/m-p/1950807#M78354</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/186604"&gt;@ajit_aarya&lt;/a&gt;&amp;nbsp;Please see below and it resolves your issue then like and accept as solution.&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load *&lt;BR /&gt;where not isnull(Location);&lt;/P&gt;
&lt;P&gt;Load *,&lt;BR /&gt;if(match(state,'CA','OR') and wildmatch(names,'*s','*n'),state)as Location;&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;BR /&gt;state,names &lt;BR /&gt;CA, John &lt;BR /&gt;OR, james &lt;BR /&gt;AZ, Alexis &lt;BR /&gt;CA, Matys &lt;BR /&gt;OR, AJ &lt;BR /&gt;CA, Steve &lt;BR /&gt;CA, Hanes&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/using-match-and-wildmatch-for-a-expression-Nested-if-syntax/m-p/1950807#M78354</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-01T13:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: using match and wildmatch  for a expression (Nested if syntax)</title>
      <link>https://community.qlik.com/t5/App-Development/using-match-and-wildmatch-for-a-expression-Nested-if-syntax/m-p/1950811#M78355</link>
      <description>&lt;P&gt;Data already exists , I just need the syntax to perform in chart, i just want to fetch the specified values in different fields to locate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And another question can we label the expression ??&lt;/P&gt;
&lt;P&gt;For example,&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt; If(match( State,'CA','OR','WA'),state)&lt;/EM&gt; &lt;/STRONG&gt;can i &lt;EM&gt;name or label as west region&lt;/EM&gt; in the syntax??&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 14:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/using-match-and-wildmatch-for-a-expression-Nested-if-syntax/m-p/1950811#M78355</guid>
      <dc:creator>ajit_aarya</dc:creator>
      <dc:date>2022-07-01T14:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: using match and wildmatch  for a expression (Nested if syntax)</title>
      <link>https://community.qlik.com/t5/App-Development/using-match-and-wildmatch-for-a-expression-Nested-if-syntax/m-p/1950825#M78356</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/186604"&gt;@ajit_aarya&lt;/a&gt;&amp;nbsp; Regarding your first question, I am not able to understand very clearly. Could you please elaborate or provide some sample on input and expected output.&lt;/P&gt;
&lt;P&gt;For 2nd question, you can definitely label the Dimension as 'west region'.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 14:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/using-match-and-wildmatch-for-a-expression-Nested-if-syntax/m-p/1950825#M78356</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-01T14:45:39Z</dc:date>
    </item>
  </channel>
</rss>

