<?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: NPrinting Excel Template: Conditional Formatting per row in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Template-Conditional-Formatting-per-row/m-p/1820332#M32702</link>
    <description>&lt;P&gt;Thank you very much for this reply.&lt;BR /&gt;It worked wonders and I understand what I did wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your post is now accepted as the solution. Hopefully this helps people in the future!&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jul 2021 09:25:27 GMT</pubDate>
    <dc:creator>lauranvh</dc:creator>
    <dc:date>2021-07-07T09:25:27Z</dc:date>
    <item>
      <title>NPrinting Excel Template: Conditional Formatting per row</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Template-Conditional-Formatting-per-row/m-p/1820112#M32695</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;My question is about conditional formatting. I'm creating a table that is directly from Qlik Sense with the property: Keep Source Formats off.&lt;BR /&gt;I'm trying to get the last row of this table to be in a different number format.&lt;BR /&gt;Also I want to get 2 rows bold.&lt;BR /&gt;Both of these should be achieved with conditional formatting.&lt;/P&gt;&lt;P&gt;The start of the table is like this&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Conditional Formatting per row 1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58103i717280183A26B928/image-size/large?v=v2&amp;amp;px=999" role="button" title="Conditional Formatting per row 1.png" alt="Conditional Formatting per row 1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The last column in the picture has an if statement that fills the rows with 1 and 2. which rows have to be bold and which row has to be different number format.&lt;/P&gt;&lt;P&gt;Then I make a Conditional formatting rule with a formula while having the Januari to Juni columns and row 28 and 29 selected&lt;BR /&gt;So the formula is r28to29. When previewing this it uses the complete table (with 19 rows). So R28 till R46. But I don't think that would is what I need. If it would work all of the rows and selected columns are going to be changed to the other number format. And only the row with the 1 should be changed.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Conditional Formatting per row 2.png" style="width: 991px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58104i94CD6579218C0B8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Conditional Formatting per row 2.png" alt="Conditional Formatting per row 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is what it shows when I run the preview. I don't think the formula works because the output from that is never going to be 1. And the area with all the rows is to large now with all of the rows that are in there.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Conditional Formatting per row 3.png" style="width: 586px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58105i9864AFA40EA228AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Conditional Formatting per row 3.png" alt="Conditional Formatting per row 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For the number 2 (bold) I should create a different conditional formatting rule but let's first tackle this one.&lt;/P&gt;&lt;P&gt;The whole table looks like this. Just for reference. The row that starts with 19 should be in a different number format&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Conditional Formatting per row.png" style="width: 625px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58106i565B9C59BD917074/image-dimensions/625x361?v=v2" width="625" height="361" role="button" title="Conditional Formatting per row.png" alt="Conditional Formatting per row.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this is clearly explained and people can help me.&amp;nbsp;&lt;BR /&gt;I'm not completely sure if this could work at all but maybe there are people that have done this already.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Template-Conditional-Formatting-per-row/m-p/1820112#M32695</guid>
      <dc:creator>lauranvh</dc:creator>
      <dc:date>2021-07-06T13:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Excel Template: Conditional Formatting per row</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Template-Conditional-Formatting-per-row/m-p/1820217#M32697</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You are making one small mistake when defining condition. You are providing range instead of a cell reference in the formula which checks the condition and that is why it does not work for you.&lt;/P&gt;&lt;P&gt;You are doing:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Formule: &lt;FONT color="#3366FF"&gt;$R$28:$R$29 = 1&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Van toepassing op: $F$28:$K$29&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You should be doing:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#339966"&gt;Formule: $R28 = 1&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Van toepassing op: $F$28:$K$29&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please note couple of things:&lt;/P&gt;&lt;P&gt;1 - I only use $ to lock reference&amp;nbsp; on the column( $R28)and not on the row - that allows condition to be populated on all rows below.&lt;/P&gt;&lt;P&gt;Please see screenshot of my small sample:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58132i510EF4A2D86643AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 453px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58131i881CA479BF3F5594/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 23:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Template-Conditional-Formatting-per-row/m-p/1820217#M32697</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-07-06T23:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Excel Template: Conditional Formatting per row</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Template-Conditional-Formatting-per-row/m-p/1820218#M32698</link>
      <description>&lt;P&gt;One more comment:&lt;/P&gt;&lt;P&gt;please check in the output if your 1 &amp;amp; 2 value in last column is returned in excel as text (left alligned with little green triangle in left top corner of excel cell, or numerical - plain cell with value right alligned.&lt;/P&gt;&lt;P&gt;It is important as your formula might be:&lt;/P&gt;&lt;P&gt;* for text column&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#339966"&gt;Formule: $R28 = &lt;FONT color="#FF0000"&gt;"1"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Van toepassing op: $F$28:$K$29&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;* for numerical column&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#339966"&gt;Formule: $R28 = &lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Van toepassing op: $F$28:$K$29&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 07 Jul 2021 00:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Template-Conditional-Formatting-per-row/m-p/1820218#M32698</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-07-07T00:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Excel Template: Conditional Formatting per row</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Template-Conditional-Formatting-per-row/m-p/1820332#M32702</link>
      <description>&lt;P&gt;Thank you very much for this reply.&lt;BR /&gt;It worked wonders and I understand what I did wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your post is now accepted as the solution. Hopefully this helps people in the future!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 09:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Excel-Template-Conditional-Formatting-per-row/m-p/1820332#M32702</guid>
      <dc:creator>lauranvh</dc:creator>
      <dc:date>2021-07-07T09:25:27Z</dc:date>
    </item>
  </channel>
</rss>

