<?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 2 strings in the chart level???? need help please????? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635264#M1089923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for the response.&lt;/P&gt;&lt;P&gt;This solution works only if I click on the field where these strings are present,but when I do a clear in the application it doesnt work.....&amp;nbsp; so how do I permanently filter out this???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 07:06:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-02T07:06:36Z</dc:date>
    <item>
      <title>filtering 2 strings in the chart level???? need help please?????</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635261#M1089920</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;Please can someone help me with the below issue??????????????????????&lt;/P&gt;&lt;P&gt;I have to filter&amp;nbsp; strings from a field and put it as expression in the chart.I was able to do it for one string using maxstring function.how do I combine both the condition in maxstring????? or any other method present???? please help.&lt;/P&gt;&lt;P&gt;The 2 strings to be filtered are :&lt;/P&gt;&lt;P&gt;1)"&lt;STRONG&gt;Past Expiration Out-Of-The-Money:&amp;nbsp; Option Value&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;2)"&lt;STRONG&gt;Past Expiration In-The-Money:&amp;nbsp; Option Value"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;maxstring({&amp;lt;fee_type-={'Past Expiration In-The-Money:&amp;nbsp; Option Value'}&amp;gt; }fee_type) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample file,in "&lt;SPAN style="text-decoration: underline;"&gt;sheet 3&lt;/SPAN&gt;"where a field f&lt;SPAN style="text-decoration: underline;"&gt;ee_type&lt;/SPAN&gt; is selected.here the first 2 strings in them beginning from "&lt;SPAN style="text-decoration: underline;"&gt;Past&lt;/SPAN&gt;" should be filtered in the table and hence only the values starting from "&lt;SPAN style="text-decoration: underline;"&gt;strike&lt;/SPAN&gt; " should be seen in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 06:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635261#M1089920</guid>
      <dc:creator />
      <dc:date>2014-06-02T06:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: filtering 2 strings in the chart level???? need help please?????</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635262#M1089921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with wildchar - '*' , like:&lt;/P&gt;&lt;P&gt;=maxstring({&amp;lt;fee_type-={&lt;STRONG&gt;'Past*'&lt;/STRONG&gt;}&amp;gt; }fee_type)&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // '&lt;/STRONG&gt;Past&lt;STRONG&gt;*'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 07:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635262#M1089921</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-02T07:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: filtering 2 strings in the chart level???? need help please?????</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635263#M1089922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with&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; text-decoration: underline;"&gt;maxstring({&amp;lt;fee_type-={'Past Expiration In-The-Money:&amp;nbsp; Option Value', 'Past Expiration Out-Of-The-Money:&amp;nbsp; Option Value' }&amp;gt; }fee_type)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 07:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635263#M1089922</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-02T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: filtering 2 strings in the chart level???? need help please?????</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635264#M1089923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for the response.&lt;/P&gt;&lt;P&gt;This solution works only if I click on the field where these strings are present,but when I do a clear in the application it doesnt work.....&amp;nbsp; so how do I permanently filter out this???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 07:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635264#M1089923</guid>
      <dc:creator />
      <dc:date>2014-06-02T07:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re: filtering 2 strings in the chart level???? need help please?????</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635265#M1089924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try :&lt;/P&gt;&lt;P&gt;=maxstring({&amp;lt;fee_type=&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;- &lt;/STRONG&gt;&lt;/SPAN&gt;{&lt;STRONG&gt;'Past*'&lt;/STRONG&gt;}&amp;gt; }fee_type)&amp;nbsp;&amp;nbsp;&amp;nbsp; // neg sign after '=' sign&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 07:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635265#M1089924</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-02T07:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: filtering 2 strings in the chart level???? need help please?????</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635266#M1089925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;thanks this solution helped in obtaining the result as required.One doubt ,cant this be used in the script itself,because whenever I used maxstring expression before in script the load used to stop abruptly just telling execution failed .&lt;/P&gt;&lt;P&gt;In case it is possible,can you please guide me as where I can place this condition in script???I have attached the sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 07:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635266#M1089925</guid>
      <dc:creator />
      <dc:date>2014-06-02T07:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: filtering 2 strings in the chart level???? need help please?????</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635267#M1089926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script, try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; free_type&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt; Where &lt;STRONG&gt;Not WildMatch&lt;/STRONG&gt;(free_type, 'Past*');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 07:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635267#M1089926</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-02T07:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: filtering 2 strings in the chart level???? need help please?????</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635268#M1089927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;thanks a lot for ur valuable help.I am learning each time something from ur answers.&lt;/P&gt;&lt;P&gt;I have one peculiar requirement which is like:(lil difficult to explain) I will do it in a new discussion ,please help me out.will post it soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 08:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-2-strings-in-the-chart-level-need-help-please/m-p/635268#M1089927</guid>
      <dc:creator />
      <dc:date>2014-06-02T08:04:03Z</dc:date>
    </item>
  </channel>
</rss>

