<?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: Problem with  Code filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813795#M1212806</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used your code but it still did not work, I will attach a screenshot, maybe it will be easier.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_1-1623217138920.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56525iE4027FBC483DA61B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_1-1623217138920.png" alt="Luke_Killer_IT_1-1623217138920.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only the red box is to have 'Kaine AB'.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jun 2021 05:39:13 GMT</pubDate>
    <dc:creator>Luke_Killer_IT</dc:creator>
    <dc:date>2021-06-09T05:39:13Z</dc:date>
    <item>
      <title>Problem with  Code filter</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813578#M1212785</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have a problem with data filtering. I want text instead of blank fields in one column&lt;/P&gt;&lt;P&gt;It's My code if(Termine= null(),text('KaineAB'))&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 09:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813578#M1212785</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-06-08T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Code filter</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813598#M1212788</link>
      <description>&lt;P&gt;Try using the isnull() function instead of = null().&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 10:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813598#M1212788</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-06-08T10:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Code filter</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813600#M1212790</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I used isnull () and it didn't help&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 11:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813600#M1212790</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-06-08T11:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Code filter</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813656#M1212794</link>
      <description>&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(Len(Termine)= 0,text('KaineAB'), Termine)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 13:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813656#M1212794</guid>
      <dc:creator>NitinK7</dc:creator>
      <dc:date>2021-06-08T13:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Code filter</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813780#M1212803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/143282"&gt;@Luke_Killer_IT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(&lt;STRONG&gt;Len(Trim(Termine))&lt;/STRONG&gt;= 0,'KaineAB', Termine)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 01:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813780#M1212803</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-06-09T01:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Code filter</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813795#M1212806</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used your code but it still did not work, I will attach a screenshot, maybe it will be easier.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_1-1623217138920.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56525iE4027FBC483DA61B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_1-1623217138920.png" alt="Luke_Killer_IT_1-1623217138920.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only the red box is to have 'Kaine AB'.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 05:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813795#M1212806</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-06-09T05:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with  Code filter</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813810#M1212808</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;try like below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(&lt;/SPAN&gt;&lt;STRONG&gt;Isnum(Termine)&lt;/STRONG&gt;&lt;SPAN&gt;, Termine, 'KaineAB')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or, send the sample file to verify&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 06:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Code-filter/m-p/1813810#M1212808</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-06-09T06:59:55Z</dc:date>
    </item>
  </channel>
</rss>

