<?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(expression) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701069#M1084533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi siva&lt;/P&gt;&lt;P&gt;you can use that if condition in exp level also&lt;/P&gt;&lt;P&gt;please post your full requirement and conditions&lt;/P&gt;&lt;P&gt;then you will get response fast&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 10:46:32 GMT</pubDate>
    <dc:creator>sasikanth</dc:creator>
    <dc:date>2014-06-18T10:46:32Z</dc:date>
    <item>
      <title>need help(expression)</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701064#M1084527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;courseid1= {1,2,3..... 199}&lt;/P&gt;&lt;P&gt;Courseid2={1,2,4,5....180}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now&amp;nbsp; i have to check wether both fields having&amp;nbsp;&amp;nbsp; coursesid's&amp;nbsp; -{163},{164}&amp;nbsp; or bot?&lt;/P&gt;&lt;P&gt;i have to find out&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701064#M1084527</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2014-06-18T10:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: need help(expression)</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701065#M1084529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a flag something like below in script&lt;/P&gt;&lt;P&gt;IF (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;courseid1&lt;/SPAN&gt; = 163 or 164, 'Yes','No') as Flag&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;IF (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;courseid2&lt;/SPAN&gt; = 163 or 164, 'Yes','No') as Flag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701065#M1084529</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T10:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: need help(expression)</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701066#M1084530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you need to concatenate or join the two courseID's and then use as&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(wildmatch(courseID1,'-163','164'),'Yes','No')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701066#M1084530</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-06-18T10:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: need help(expression)</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701067#M1084531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi manish,&lt;/P&gt;&lt;P&gt;thanks for response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&amp;nbsp;&amp;nbsp; my case&amp;nbsp;&amp;nbsp; creating flag is not work out.. because to extended i have some other calxulation s ae there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; after matching 163, 164 coursieds in both the fields then i have to exclude some other courses{1,2,3,4} .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;siva &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701067#M1084531</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2014-06-18T10:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: need help(expression)</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701068#M1084532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kindly provide sample apps or data file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701068#M1084532</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T10:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: need help(expression)</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701069#M1084533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi siva&lt;/P&gt;&lt;P&gt;you can use that if condition in exp level also&lt;/P&gt;&lt;P&gt;please post your full requirement and conditions&lt;/P&gt;&lt;P&gt;then you will get response fast&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-expression/m-p/701069#M1084533</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-06-18T10:46:32Z</dc:date>
    </item>
  </channel>
</rss>

