<?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: exclude value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976785#M962382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this will work&lt;/P&gt;&lt;P&gt;=pick(match(id,'6')+1,if(yearmm&amp;gt;'201205',yearmm,'year mm condition fails'),yearmm)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2015 11:44:41 GMT</pubDate>
    <dc:creator>raajaswin</dc:creator>
    <dc:date>2015-10-14T11:44:41Z</dc:date>
    <item>
      <title>exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976780#M962377</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;I have a scenarie where I display the data based on few id and year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id ¦ yearmm&lt;/P&gt;&lt;P&gt;1 ¦ 201501&lt;/P&gt;&lt;P&gt;2!201502&lt;/P&gt;&lt;P&gt;3!201503&lt;/P&gt;&lt;P&gt;4!201504&lt;/P&gt;&lt;P&gt;5!2015 05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I would like to add id =6 but it should diplay values only starting from yearmm- 201205 ..even though if it has data from past months&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976780#M962377</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2015-10-14T11:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976781#M962378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;yearmm&amp;gt;'201205',id)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976781#M962378</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-14T11:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976782#M962379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only need to do this for id =6 rest of them it should show as usual all the previous months&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976782#M962379</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2015-10-14T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976783#M962380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did not get you, can you please elaborate bit more with the output your excepting&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976783#M962380</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-14T11:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976784#M962381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;try,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load id,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;yearmm&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if( id=6 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;yearmm&amp;gt;=201505,1,&lt;/SPAN&gt;&lt;/EM&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;id&amp;lt;&amp;gt;6 ,&lt;/EM&gt;&lt;/SPAN&gt;0) ) as FlagId6&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;From Table;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Final:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;noconcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;resident Data&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FlagId6=0;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;concatenate(Final)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;load *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;resident Data&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FlagId6=1;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;drop table Data;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976784#M962381</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-10-14T11:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: exclude value</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976785#M962382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this will work&lt;/P&gt;&lt;P&gt;=pick(match(id,'6')+1,if(yearmm&amp;gt;'201205',yearmm,'year mm condition fails'),yearmm)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-value/m-p/976785#M962382</guid>
      <dc:creator>raajaswin</dc:creator>
      <dc:date>2015-10-14T11:44:41Z</dc:date>
    </item>
  </channel>
</rss>

