<?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: Suppress identical dimension values in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822515#M533926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is the latest one.&lt;/P&gt;&lt;P&gt;Can you post a sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 14:47:57 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2015-03-04T14:47:57Z</dc:date>
    <item>
      <title>Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822508#M533919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For layout reasons I would like to suppress identical dimension values in a straight table if they are shown one below the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example like in the table below the country names should only appear in the rows of their first occurence (1st, 4th, 7th).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table1.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79725_table1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 13:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822508#M533919</guid>
      <dc:creator />
      <dc:date>2015-03-03T13:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822509#M533920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a pivot table to get this effect easily. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you need a straight table, open the chart properties -&amp;gt; dimensions -&amp;gt; expand the Country dimension and edit the expression for the 'text color' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to conditionally show a transparent color use the argb() function with '0' as the first parameter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( RowNo() &amp;lt;&amp;gt; 1, argb(0,125,125,125))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79719_Capture.PNG" style="height: 231px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 13:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822509#M533920</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-03-03T13:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822510#M533921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Using a Pivot Chart instead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 13:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822510#M533921</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-03T13:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822511#M533922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are advantages in using a straight table that you might not want to lose.&lt;/P&gt;&lt;P&gt;try changing the color to white if the above(dimension field)=dimension field&lt;/P&gt;&lt;P&gt;Just a trick &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822511#M533922</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-03T14:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822512#M533923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; mso-ansi-language: EN-US; font-family: 'Arial','sans-serif';"&gt;Thanks to all, the tricks with the "rowno()" as well as the "above()" work fine and do suppress the correct rows. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt; mso-ansi-language: EN-US;"&gt;&lt;SPAN style="color: #000000;"&gt;Unfortunately, however, as soon as I incorporate those functions QV will somehow ignore my second sort priority. The objective is to display all records within a group (i.e. the rows with identical dimensional values) in a descending order based on a (rather complex) calculated measure. &lt;/SPAN&gt;&lt;SPAN style="color: #000000; mso-spacerun: yes;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 09:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822512#M533923</guid>
      <dc:creator />
      <dc:date>2015-03-04T09:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822513#M533924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this reminds me a little of a bug we had in some previous version.&lt;/P&gt;&lt;P&gt;what version are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822513#M533924</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-04T11:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822514#M533925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using QlikView for Windows Desktop Version 11.20.12742.0 SR10&lt;/P&gt;&lt;P&gt;(Free version, since I am still evaluating, downloaded about one month ago from qlik.com)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822514#M533925</guid>
      <dc:creator />
      <dc:date>2015-03-04T11:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822515#M533926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is the latest one.&lt;/P&gt;&lt;P&gt;Can you post a sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 14:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822515#M533926</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-04T14:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822516#M533927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls find attached a sample app. I hope you can open it because until now I am working with the free desktop Version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 08:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822516#M533927</guid>
      <dc:creator />
      <dc:date>2015-03-05T08:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822517#M533928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately it looks like the bug is still there....&lt;/P&gt;&lt;P&gt;even in SR10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 11:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822517#M533928</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-05T11:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822518#M533929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks for that statement.&lt;/P&gt;&lt;P&gt;Since I am quite new to QV: Should I report this (mis-)behaviour somewhere or will you take care of that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 12:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822518#M533929</guid>
      <dc:creator />
      <dc:date>2015-03-05T12:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress identical dimension values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822519#M533930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have already reported that. &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 Mar 2015 12:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-identical-dimension-values-in-straight-table/m-p/822519#M533930</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-05T12:47:12Z</dc:date>
    </item>
  </channel>
</rss>

