<?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: Need Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910413#M988019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this expression to get your desired output:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(WildMatch(Stage, '*123*'), 123)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope it helps you!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 17:09:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-22T17:09:24Z</dc:date>
    <item>
      <title>Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910411#M988017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;ID, Stage&lt;/P&gt;&lt;P&gt;100, 'Abc,123, JDB'&lt;/P&gt;&lt;P&gt;101, '123,BBB,JHJ'&lt;/P&gt;&lt;P&gt;102, 'ABC123, BCA, DCA'&lt;/P&gt;&lt;P&gt;103, 'CDA,JUJ,123'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Here, I have one Stage field, in that if i have any where 123 i want to return data.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;My output should be&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ID, Stage&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;100,123&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;101, 123&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;103,123&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks in Advance....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 16:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910411#M988017</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-07-22T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910412#M988018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only(if(WildMatch(Stage, '123,*', '*,123', '*,123,*'), 123))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 16:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910412#M988018</guid>
      <dc:creator />
      <dc:date>2015-07-22T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910413#M988019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this expression to get your desired output:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(WildMatch(Stage, '*123*'), 123)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope it helps you!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910413#M988019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-22T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910414#M988020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(WildMatch(Stage, '*123*'), 123)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910414#M988020</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-07-22T17:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910415#M988021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Load * Where Stage='123';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load ID, SubField(Stage, ',') as Stage &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ID, Stage&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;100, 'Abc,123, JDB'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;101, '123,BBB,JHJ'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;102, 'ABC123, BCA, DCA'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;103, 'CDA,JUJ,123'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910415#M988021</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-22T17:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910416#M988022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve the result by Massimo Grossi Solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks @Massimo Grossi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910416#M988022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-22T17:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910417#M988023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe also possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14376031847896595 jive_text_macro" jivemacro_uid="_14376031847896595"&gt;
&lt;P&gt;If(WildMatch(','&amp;amp;Stage&amp;amp;',', '*,123,*'), 123)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_173618_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93701_QlikCommunity_Thread_173618_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 22:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/910417#M988023</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-22T22:13:30Z</dc:date>
    </item>
  </channel>
</rss>

