<?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 Adding an empty row in a pivot chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322379#M1198078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Dimensions tab of the chart properties, Click the "+" next to your dimension name. Then select "Backgound Color" and press the edit button.&lt;/P&gt;&lt;P&gt;Correction to my earlier example. There is no "grey()" function. Use a valid function name &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2011 04:51:50 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2011-04-18T04:51:50Z</dc:date>
    <item>
      <title>Adding an empty row in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322374#M1198073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;to format a pivot chart with one dimension (Amount Type) on rows and two dimensions (Year and Month) on columns I need to insert an empty row to act as a separator with fe gray background colour. For this empty row I have set a particular value for the Amount Type dimension.&lt;/P&gt;&lt;P&gt;Any suggests in order to add a conditioned formatted empty row, please?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 19:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322374#M1198073</guid>
      <dc:creator />
      <dc:date>2011-04-15T19:13:23Z</dc:date>
    </item>
    <item>
      <title>Adding an empty row in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322375#M1198074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure your exact requirements, but how about creating an expression formula:&lt;/P&gt;&lt;P&gt;=''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=null()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 19:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322375#M1198074</guid>
      <dc:creator />
      <dc:date>2011-04-15T19:31:49Z</dc:date>
    </item>
    <item>
      <title>Adding an empty row in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322376#M1198075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've partially solved by load a dummy row with fictitious values for my dimensions, but now I'd like fe to format the background of this dummy row added, without affecting the background of other rows.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2011 06:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322376#M1198075</guid>
      <dc:creator />
      <dc:date>2011-04-16T06:12:55Z</dc:date>
    </item>
    <item>
      <title>Adding an empty row in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322377#M1198076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do something with the Background color property in the Dimension. Click the plus next to the Amount Type dimension.&lt;/P&gt;&lt;P&gt;=if([Amount Type]='mydummy', grey())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2011 05:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322377#M1198076</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-04-17T05:51:20Z</dc:date>
    </item>
    <item>
      <title>Adding an empty row in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322378#M1198077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the pivot chart I cannot see any background colour properties for a dimension.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2011 18:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322378#M1198077</guid>
      <dc:creator />
      <dc:date>2011-04-17T18:43:32Z</dc:date>
    </item>
    <item>
      <title>Adding an empty row in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322379#M1198078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Dimensions tab of the chart properties, Click the "+" next to your dimension name. Then select "Backgound Color" and press the edit button.&lt;/P&gt;&lt;P&gt;Correction to my earlier example. There is no "grey()" function. Use a valid function name &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 04:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322379#M1198078</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-04-18T04:51:50Z</dc:date>
    </item>
    <item>
      <title>Adding an empty row in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322380#M1198079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks, I've solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 12:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-an-empty-row-in-a-pivot-chart/m-p/322380#M1198079</guid>
      <dc:creator />
      <dc:date>2011-04-18T12:09:06Z</dc:date>
    </item>
  </channel>
</rss>

