<?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: How to exclude the field values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890761#M310328</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;Use conditional dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(not wildmatch([Job Board],'Free_*','Compliance_*','States_*'),[Job Board])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check supress null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 06:05:37 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-04-10T06:05:37Z</dc:date>
    <item>
      <title>How to exclude the field values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890757#M310324</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;I have one one field name called "Job board". In that so many field values are there but i have to exclude those field values which i mentioned below in points:&lt;/P&gt;&lt;P&gt;1. Any job board that begins with the character of string "Free_" (Need to be excluded)&lt;/P&gt;&lt;P&gt;2. any job board that begins with the character of string "Compliance_"(Need to be excluded)&lt;/P&gt;&lt;P&gt;3. Any Job board that begins with the character of string "States_"(Need to be excluded)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do in charts (in dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone suggest me how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nisha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 05:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890757#M310324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T05:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the field names?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890758#M310325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nisha,&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;=max({&amp;lt;$(=concat({&amp;lt;$Field-={&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #ff0000;"&gt;'Year'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;,'WeekType','CalendarType'}&amp;gt;} '[' &amp;amp; $Field &amp;amp; ']=',','))&amp;gt;} WeekEnd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;Nagarjuna&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890758#M310325</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-04-10T06:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the field names?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890759#M310326</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;1. Add Calculated Dimension&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(index( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Job board],'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Free_&lt;/SPAN&gt;')&amp;gt;0 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;index( &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Job board],'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Compliance_&lt;/SPAN&gt;')&amp;gt;0 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;index( &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Job board],'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;States_&lt;/SPAN&gt;')&amp;gt;0, null(), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Job board]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. Check "Supress when value is null"&lt;/P&gt;&lt;P&gt;3. Check "Lable" and write "Job board" in the next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890759#M310326</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-10T06:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the field values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890760#M310327</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;in chart use set analysis in your exression like&lt;/P&gt;&lt;P&gt;sum({&amp;lt;"Job board"-={'Free_*', Compliance_*','States_*'}&amp;gt;}value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890760#M310327</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2015-04-10T06:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the field values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890761#M310328</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;Use conditional dimension,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(not wildmatch([Job Board],'Free_*','Compliance_*','States_*'),[Job Board])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check supress null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890761#M310328</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-10T06:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the field values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890762#M310329</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; Thank you so much. All the above solutions are working. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890762#M310329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T06:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the field values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890763#M310330</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;Try like this much easier and efficient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1. Add Calculated Dimension&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;if(Not WildMatch(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Job board], '&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Free_*&lt;/SPAN&gt;', &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Compliance_*&lt;/SPAN&gt;', &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;States_*&lt;/SPAN&gt;'),&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Job board]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2. Check "Supress when value is null"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 07:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-field-values/m-p/890763#M310330</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-10T07:01:43Z</dc:date>
    </item>
  </channel>
</rss>

