<?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: Filtering dimensions that start with..... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-dimensions-that-start-with/m-p/704042#M538694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;object_name like&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.63636302948px;"&gt;'3215-QY*'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;object_name&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 20:39:29 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-09-03T20:39:29Z</dc:date>
    <item>
      <title>Filtering dimensions that start with.....</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-dimensions-that-start-with/m-p/704040#M538692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.63636302948px;"&gt;All,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;I am new to qlikview and would like your help. I am trying to put a filter within a charts dimension. I want it to filter documents that start with specific document number.&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;I want to only see documents whose o&lt;EM&gt;bject_name &lt;/EM&gt;start with the number "3215-QY......." a full document number looks like 3215-QYZ-001 and &lt;SPAN style="font-size: 13.63636302948px;"&gt;3215-QYZ-002.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;This is what I have been using and it doesn't work.&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;=if(object_name='3215-QY*',object_name)&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 19:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-dimensions-that-start-with/m-p/704040#M538692</guid>
      <dc:creator />
      <dc:date>2014-09-03T19:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering dimensions that start with.....</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-dimensions-that-start-with/m-p/704041#M538693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use wildmatch function in your calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(wildmatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.63636302948px;"&gt;object_name,&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.63636302948px;"&gt;'3215-QY*'&lt;/SPAN&gt;&lt;/SPAN&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.63636302948px;"&gt;object_name&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and flag suppress when value is null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 19:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-dimensions-that-start-with/m-p/704041#M538693</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-03T19:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering dimensions that start with.....</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-dimensions-that-start-with/m-p/704042#M538694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;object_name like&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.63636302948px;"&gt;'3215-QY*'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;object_name&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 20:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-dimensions-that-start-with/m-p/704042#M538694</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-03T20:39:29Z</dc:date>
    </item>
  </channel>
</rss>

