<?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 Filtering the string with background expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415793#M95114</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;I am an enthusiast without any programming experience or background, trying to make applications in my own way by applying the problems you have already solved in this forum. I would be very happy if you can help me with the following problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-----------&lt;/P&gt;
&lt;P&gt;In the first section, you will find the data structure;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;Tarih as TarihFikstur,&lt;BR /&gt;"Kontrol Eden Hücre Lideri",&lt;BR /&gt;Hat,&lt;BR /&gt;Vardiya as vardiyafikstur,&lt;BR /&gt;"Boot Pozisyonlama Kontrolü",&lt;BR /&gt;"Tripod Çakma Kontrolü",&lt;BR /&gt;"Tripod Segman Koniği Kontrolü",&lt;BR /&gt;"FBJ Segman Koniği Kontrolü",&lt;BR /&gt;"Yaylı Şaft Merkezleme Üst Kontrolü",&lt;BR /&gt;"Yaylı Şaft Merkezleme Civata Kontrolü",&lt;BR /&gt;"Yaylı Şaft Merkezleme Dilleri Kontrolü",&lt;BR /&gt;"Segman Bogma Çenesi Kontrolü",&lt;BR /&gt;"Boot Tutucu Kontrolü",&lt;BR /&gt;"Segman Boğma Pimi"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-----------&lt;/P&gt;
&lt;P&gt;My trials: Creating a sheet with button and using background expression. by filtering the &lt;STRONG&gt;Hat&lt;/STRONG&gt; with '&lt;STRONG&gt;Cell-5&lt;/STRONG&gt;' string:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So that if any data is NOK, than it will give red, if everything is fine, it will give green, if no data, then gray.&lt;/P&gt;
&lt;P&gt;below image is the current one, which is not working;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erlik_0-1707290241569.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159248i3FFA74700C853095/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Erlik_0-1707290241569.png" alt="Erlik_0-1707290241569.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;current defect background expression:&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;=if(&lt;BR /&gt;wildmatch(Hat, 'Cell-5'),&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;if(&lt;BR /&gt;"Boot Pozisyonlama Kontrolü" = 'NOK'&lt;BR /&gt;or "Tripod Çakma Kontrolü" = 'NOK'&lt;BR /&gt;or "Tripod Segman Koniği Kontrolü" = 'NOK'&lt;BR /&gt;or "FBJ Segman Koniği Kontrolü" = 'NOK'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Üst Kontrolü" = 'NOK'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Civata Kontrolü" = 'NOK'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Dilleri Kontrolü" = 'NOK'&lt;BR /&gt;or "Segman Bogma Çenesi Kontrolü" = 'NOK'&lt;BR /&gt;or "Boot Tutucu Kontrolü" = 'NOK'&lt;BR /&gt;or "Segman Boğma Pimi" = 'NOK',&lt;BR /&gt;lightred(),&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;if(&lt;BR /&gt;"Boot Pozisyonlama Kontrolü" = 'Uygun'&lt;BR /&gt;or "Tripod Çakma Kontrolü" = 'Uygun'&lt;BR /&gt;or "Tripod Segman Koniği Kontrolü" = 'Uygun'&lt;BR /&gt;or "FBJ Segman Koniği Kontrolü" = 'Uygun'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Üst Kontrolü" = 'Uygun'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Civata Kontrolü" = 'Uygun'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Dilleri Kontrolü" = 'Uygun'&lt;BR /&gt;or "Segman Bogma Çenesi Kontrolü" = 'Uygun'&lt;BR /&gt;or "Boot Tutucu Kontrolü" = 'Uygun'&lt;BR /&gt;or "Segman Boğma Pimi" = 'Uygun',&lt;BR /&gt;green(),&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;lightgray()&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;and finally Data values is below:&lt;/P&gt;
&lt;P&gt;as you will find below, if you filter 06.02.2024, than it should give red, if you filter 05.02.2024, it should give green. But with my above expression, result is always blue (Above image).&lt;/P&gt;
&lt;P&gt;Data values:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erlik_1-1707290494015.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159249i70BD547ED62D8B4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Erlik_1-1707290494015.png" alt="Erlik_1-1707290494015.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could you please do me a favor and support me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you and have a great day.&lt;/P&gt;
&lt;P&gt;Erlik&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2024 07:29:50 GMT</pubDate>
    <dc:creator>Erlik</dc:creator>
    <dc:date>2024-02-07T07:29:50Z</dc:date>
    <item>
      <title>Filtering the string with background expression</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415793#M95114</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;I am an enthusiast without any programming experience or background, trying to make applications in my own way by applying the problems you have already solved in this forum. I would be very happy if you can help me with the following problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-----------&lt;/P&gt;
&lt;P&gt;In the first section, you will find the data structure;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;Tarih as TarihFikstur,&lt;BR /&gt;"Kontrol Eden Hücre Lideri",&lt;BR /&gt;Hat,&lt;BR /&gt;Vardiya as vardiyafikstur,&lt;BR /&gt;"Boot Pozisyonlama Kontrolü",&lt;BR /&gt;"Tripod Çakma Kontrolü",&lt;BR /&gt;"Tripod Segman Koniği Kontrolü",&lt;BR /&gt;"FBJ Segman Koniği Kontrolü",&lt;BR /&gt;"Yaylı Şaft Merkezleme Üst Kontrolü",&lt;BR /&gt;"Yaylı Şaft Merkezleme Civata Kontrolü",&lt;BR /&gt;"Yaylı Şaft Merkezleme Dilleri Kontrolü",&lt;BR /&gt;"Segman Bogma Çenesi Kontrolü",&lt;BR /&gt;"Boot Tutucu Kontrolü",&lt;BR /&gt;"Segman Boğma Pimi"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-----------&lt;/P&gt;
&lt;P&gt;My trials: Creating a sheet with button and using background expression. by filtering the &lt;STRONG&gt;Hat&lt;/STRONG&gt; with '&lt;STRONG&gt;Cell-5&lt;/STRONG&gt;' string:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So that if any data is NOK, than it will give red, if everything is fine, it will give green, if no data, then gray.&lt;/P&gt;
&lt;P&gt;below image is the current one, which is not working;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erlik_0-1707290241569.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159248i3FFA74700C853095/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Erlik_0-1707290241569.png" alt="Erlik_0-1707290241569.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;current defect background expression:&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;=if(&lt;BR /&gt;wildmatch(Hat, 'Cell-5'),&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;if(&lt;BR /&gt;"Boot Pozisyonlama Kontrolü" = 'NOK'&lt;BR /&gt;or "Tripod Çakma Kontrolü" = 'NOK'&lt;BR /&gt;or "Tripod Segman Koniği Kontrolü" = 'NOK'&lt;BR /&gt;or "FBJ Segman Koniği Kontrolü" = 'NOK'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Üst Kontrolü" = 'NOK'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Civata Kontrolü" = 'NOK'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Dilleri Kontrolü" = 'NOK'&lt;BR /&gt;or "Segman Bogma Çenesi Kontrolü" = 'NOK'&lt;BR /&gt;or "Boot Tutucu Kontrolü" = 'NOK'&lt;BR /&gt;or "Segman Boğma Pimi" = 'NOK',&lt;BR /&gt;lightred(),&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;if(&lt;BR /&gt;"Boot Pozisyonlama Kontrolü" = 'Uygun'&lt;BR /&gt;or "Tripod Çakma Kontrolü" = 'Uygun'&lt;BR /&gt;or "Tripod Segman Koniği Kontrolü" = 'Uygun'&lt;BR /&gt;or "FBJ Segman Koniği Kontrolü" = 'Uygun'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Üst Kontrolü" = 'Uygun'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Civata Kontrolü" = 'Uygun'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Dilleri Kontrolü" = 'Uygun'&lt;BR /&gt;or "Segman Bogma Çenesi Kontrolü" = 'Uygun'&lt;BR /&gt;or "Boot Tutucu Kontrolü" = 'Uygun'&lt;BR /&gt;or "Segman Boğma Pimi" = 'Uygun',&lt;BR /&gt;green(),&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;lightgray()&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;and finally Data values is below:&lt;/P&gt;
&lt;P&gt;as you will find below, if you filter 06.02.2024, than it should give red, if you filter 05.02.2024, it should give green. But with my above expression, result is always blue (Above image).&lt;/P&gt;
&lt;P&gt;Data values:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erlik_1-1707290494015.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159249i70BD547ED62D8B4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Erlik_1-1707290494015.png" alt="Erlik_1-1707290494015.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could you please do me a favor and support me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you and have a great day.&lt;/P&gt;
&lt;P&gt;Erlik&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 07:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415793#M95114</guid>
      <dc:creator>Erlik</dc:creator>
      <dc:date>2024-02-07T07:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering the string with background expression</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415891#M95120</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251099"&gt;@Erlik&lt;/a&gt;&amp;nbsp;You can try like this&lt;/P&gt;
&lt;P&gt;=if(wildmatch(Hat, 'Cell-5') and ("Boot Pozisyonlama Kontrolü" = 'NOK'&lt;BR /&gt;or "Tripod Çakma Kontrolü" = 'NOK'&lt;BR /&gt;or "Tripod Segman Koniği Kontrolü" = 'NOK'&lt;BR /&gt;or "FBJ Segman Koniği Kontrolü" = 'NOK'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Üst Kontrolü" = 'NOK'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Civata Kontrolü" = 'NOK'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Dilleri Kontrolü" = 'NOK'&lt;BR /&gt;or "Segman Bogma Çenesi Kontrolü" = 'NOK'&lt;BR /&gt;or "Boot Tutucu Kontrolü" = 'NOK'&lt;BR /&gt;or "Segman Boğma Pimi" = 'NOK'),&amp;nbsp;lightred(),&lt;/P&gt;
&lt;P&gt;if("Boot Pozisyonlama Kontrolü" = 'Uygun'&lt;BR /&gt;or "Tripod Çakma Kontrolü" = 'Uygun'&lt;BR /&gt;or "Tripod Segman Koniği Kontrolü" = 'Uygun'&lt;BR /&gt;or "FBJ Segman Koniği Kontrolü" = 'Uygun'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Üst Kontrolü" = 'Uygun'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Civata Kontrolü" = 'Uygun'&lt;BR /&gt;or "Yaylı Şaft Merkezleme Dilleri Kontrolü" = 'Uygun'&lt;BR /&gt;or "Segman Bogma Çenesi Kontrolü" = 'Uygun'&lt;BR /&gt;or "Boot Tutucu Kontrolü" = 'Uygun'&lt;BR /&gt;or "Segman Boğma Pimi" = 'Uygun',&lt;BR /&gt;green(),lightgray()))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is not working, Kindly share sample file to test with.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 10:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415891#M95120</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-02-07T10:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering the string with background expression</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415898#M95125</link>
      <description>&lt;P&gt;Things would be easier if you can transpose your dataset&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CROSSTABLE(Flags,FlagValue,4)&amp;nbsp; &amp;nbsp;//4 indicates first 4 columns will not be transposed&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tarih as TarihFikstur,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Kontrol Eden Hücre Lideri",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hat,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vardiya as vardiyafikstur,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Boot Pozisyonlama Kontrolü",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tripod Çakma Kontrolü",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Tripod Segman Koniği Kontrolü",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"FBJ Segman Koniği Kontrolü",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Yaylı Şaft Merkezleme Üst Kontrolü",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Yaylı Şaft Merkezleme Civata Kontrolü",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Yaylı Şaft Merkezleme Dilleri Kontrolü",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Segman Bogma Çenesi Kontrolü",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Boot Tutucu Kontrolü",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Segman Boğma Pimi"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;From XyzSource;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;then simply use below expression&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;= if( Wildmatch(Hat,'Cell-5') , if( count({&amp;lt;FlagValue={'NOK'},Hat={'Cell-5'}&amp;gt;}Flags) &amp;gt; 0 , lightred() , green()) , lightgray() )&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 10:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415898#M95125</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2024-02-07T10:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering the string with background expression</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415912#M95128</link>
      <description>&lt;P&gt;Hello Anil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for quick reply. I tried but couldn't achieve to work. It gives always green.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I took all data struce from hub and created a new app. in qlik desktop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope, i managed to share it correctly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for huge effort &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 10:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415912#M95128</guid>
      <dc:creator>Erlik</dc:creator>
      <dc:date>2024-02-07T10:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering the string with background expression</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415921#M95130</link>
      <description>&lt;P&gt;Hello Vinieme,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for quick reply.&lt;/P&gt;
&lt;P&gt;I tried to do what you shared but couldn't achieve to work. I might set something wrong, therefore please check below ss&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erlik_0-1707303036732.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159268i68E5B4F2968E1261/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Erlik_0-1707303036732.png" alt="Erlik_0-1707303036732.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;expression&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erlik_1-1707303070023.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159269i30F9571D07C52C31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Erlik_1-1707303070023.png" alt="Erlik_1-1707303070023.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result on date of NOK was gray and on date of OK was again gray.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erlik_2-1707303120020.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159270iA83EB93B23A3BDA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Erlik_2-1707303120020.png" alt="Erlik_2-1707303120020.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 10:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415921#M95130</guid>
      <dc:creator>Erlik</dc:creator>
      <dc:date>2024-02-07T10:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering the string with background expression</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415994#M95138</link>
      <description>&lt;P&gt;Use below background expression for each button&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for cell-5 change to below and so forth for each button&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if( count({&amp;lt;FlagValue={'NOK'},Hat={'Cell-5'}&amp;gt;}Flags) &amp;gt; 0 , lightred() , green())&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For cell-4&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if( count({&amp;lt;FlagValue={'NOK'},Hat={'Cell-4'}&amp;gt;}Flags) &amp;gt; 0 , lightred() , green())&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For cell-2&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if( count({&amp;lt;FlagValue={'NOK'},Hat={'Cell-2'}&amp;gt;}Flags) &amp;gt; 0 , lightred() , green())&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 13:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2415994#M95138</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2024-02-07T13:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering the string with background expression</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2417167#M95317</link>
      <description>&lt;P&gt;Hello Vinieme,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It works perfectly,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Erlik_1-1707478850200.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159455i1179EB0A4186922E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Erlik_1-1707478850200.png" alt="Erlik_1-1707478850200.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;except 1 thins is missing, which is if no data, then it should give a gray colour. Is it possible to modify the expression like that?&lt;/P&gt;
&lt;P&gt;I mean like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if( count({&amp;lt;FlagValue={'NOK'},Hat={'Cell-5'}&amp;gt;}Flags) &amp;gt; 0 , lightred() , green(), &lt;STRONG&gt;gray()&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 11:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2417167#M95317</guid>
      <dc:creator>Erlik</dc:creator>
      <dc:date>2024-02-09T11:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering the string with background expression</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2417431#M95342</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251099"&gt;@Erlik&lt;/a&gt;&amp;nbsp;Perhaps this way for Lightgray()&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if( count({&amp;lt;FlagValue={'NOK'},Hat={'Cell-5'}&amp;gt;}Flags) &amp;gt; 0 , lightred() , &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;if( count({&amp;lt;FlagValue={'NOK'},Hat={'Cell-5'}&amp;gt;}Flags) = 0, Lightgray(),&lt;/STRONG&gt; green())&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 14:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2417431#M95342</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-02-10T14:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering the string with background expression</title>
      <link>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2417691#M95364</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for huge efforts &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Combination of both of your expression works perfectly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=if( count({&amp;lt;FlagValue={'NOK'},Hat={'Cell-5'}&amp;gt;}Flags) &amp;gt; 0 , lightred() ,&lt;/P&gt;
&lt;P&gt;if( count({&amp;lt;FlagValue={'Uygun'},Hat={'Cell-5'}&amp;gt;}Flags) &amp;gt; 0, green(), lightgray()))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 11:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filtering-the-string-with-background-expression/m-p/2417691#M95364</guid>
      <dc:creator>Erlik</dc:creator>
      <dc:date>2024-02-12T11:31:48Z</dc:date>
    </item>
  </channel>
</rss>

