<?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 How to highlight the product code ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081117#M919626</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;&lt;/P&gt;&lt;P&gt;there are two table "POTSO" and "NewProduct" in the qlikview model.&lt;/P&gt;&lt;P&gt;My requirement is ,&lt;/P&gt;&lt;P&gt;I need to highlight the [Product Code] in the report with yellow background color.&lt;/P&gt;&lt;P&gt;which are present in "NewProduct" table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample model attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See screenshot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123645_Capture.PNG" style="height: 330px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;required output :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123646_Capture2.PNG" style="height: 76px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The product code should be highlight in yellow color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>suvechha_b</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to highlight the product code ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081117#M919626</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;&lt;/P&gt;&lt;P&gt;there are two table "POTSO" and "NewProduct" in the qlikview model.&lt;/P&gt;&lt;P&gt;My requirement is ,&lt;/P&gt;&lt;P&gt;I need to highlight the [Product Code] in the report with yellow background color.&lt;/P&gt;&lt;P&gt;which are present in "NewProduct" table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample model attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See screenshot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123645_Capture.PNG" style="height: 330px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;required output :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123646_Capture2.PNG" style="height: 76px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The product code should be highlight in yellow color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081117#M919626</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight the product code ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081118#M919627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The whole dimension needs to be colored yellow? Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My bad - Only Product Code which are present in one table. WIP &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081118#M919627</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T10:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight the product code ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081119#M919628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this as the background color for your Product/Code dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Len(Trim(DR)) &amp;gt; 0, Yellow())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="123643" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123643_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081119#M919628</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T10:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight the product code ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081120#M919629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just so you know that use a field in place of DR which you know would never be null from NewProduct table. Or may be create a field like RowNo() as Key in the NewProduct table which will never be null because this expression is based on the fact that we are checking if the field is not Null, color the dimension Yellow. Since this is the only table it should be present in, for any other product it would be null. But if for some reason it is null in NewProduct table itself, you won't see the color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope all this made sense &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081120#M919629</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T10:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to highlight the product code ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081121#M919630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;/P&gt;&lt;P&gt;Product_Key,&lt;/P&gt;&lt;P&gt;Product_Code&lt;/P&gt;&lt;P&gt;resident&lt;/P&gt;&lt;P&gt;NewProduct;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// In the Product table add a new flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;LOAD ....&lt;/P&gt;&lt;P&gt;if(len(trim(Applymap('Temp',[&lt;SPAN style="font-size: 13.3333px;"&gt;Product Code],null())))&amp;gt;0,1,0) as Background_flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to Product/code dimension&amp;nbsp; &amp;gt;click on + mark&amp;gt; background color &amp;gt; if(&lt;SPAN style="font-size: 13.3333px;"&gt;Background_flag=1,yellow())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-highlight-the-product-code/m-p/1081121#M919630</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-05-05T10:29:37Z</dc:date>
    </item>
  </channel>
</rss>

