<?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: TCD : sum values when they are &amp;lt; 1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1697637#M725509</link>
    <description>&lt;P&gt;Hello Ignacio roman&lt;/P&gt;&lt;P&gt;Thanks taking time to answerd.&lt;BR /&gt;Sorry&amp;nbsp; TCD ("Tableau croisé dynamique" in french) is Pivot Table chart&lt;/P&gt;&lt;P&gt;So I would like to use the dimension limits option as for the straight table, but it is not available for the pivot table.&lt;/P&gt;&lt;P&gt;maybe there is another way to do that ?&lt;/P&gt;&lt;P&gt;I need Pivot table because I have 2 dimensions : &lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;details grouped by class (see attach file)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jacques&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 10:29:10 GMT</pubDate>
    <dc:creator>jleraille</dc:creator>
    <dc:date>2020-04-29T10:29:10Z</dc:date>
    <item>
      <title>TCD : sum values when they are &lt; 1</title>
      <link>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1695775#M725507</link>
      <description>&lt;P&gt;In a TCD :&amp;nbsp; How can 1 group the rows under a dimension 'Others'&amp;nbsp; when Sum(Mnt)&amp;nbsp; ​​&amp;lt; 1&lt;BR /&gt;Dimension : Type&lt;BR /&gt;Expression : Sum(Mnt)&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Mnt)&lt;/EM&gt;&lt;BR /&gt;Type1&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;BR /&gt;Type2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;BR /&gt;Type3&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;0,4&lt;/STRONG&gt;&lt;BR /&gt;Type4&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;0,9&lt;/STRONG&gt;&lt;BR /&gt;Type5&amp;nbsp;&amp;nbsp; 1,2&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Mnt)&lt;/EM&gt;&lt;BR /&gt;Type1&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;BR /&gt;Type2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;BR /&gt;Type5&amp;nbsp;&amp;nbsp; 1,2&lt;BR /&gt;&lt;STRONG&gt;Others 1,3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Jacques&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1695775#M725507</guid>
      <dc:creator>jleraille</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: TCD : sum values when they are &lt; 1</title>
      <link>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1697551#M725508</link>
      <description>&lt;P&gt;Sorry, I don't know what is TCD, but you want to do it in the script or in a chart?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is in the scrip, you could so something like that:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;if (sum(Mnt)&amp;lt;1,'Lower than 1', 'higer than 1')&amp;nbsp; as [aux sum(mnt)]&lt;/P&gt;&lt;P&gt;from "table"&lt;/P&gt;&lt;P&gt;This is assuming "sum(Mnt)" is a variable whats comes from the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to do it in the chart, you can follow this picture in the charts propieties (check the points with the arrows)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ignacioroman_0-1588133799539.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32623i9421139395DC6578/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ignacioroman_0-1588133799539.png" alt="ignacioroman_0-1588133799539.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is assuming "sum(Mnt)" is an expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Best regards!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 04:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1697551#M725508</guid>
      <dc:creator>ignacioroman</dc:creator>
      <dc:date>2020-04-29T04:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: TCD : sum values when they are &lt; 1</title>
      <link>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1697637#M725509</link>
      <description>&lt;P&gt;Hello Ignacio roman&lt;/P&gt;&lt;P&gt;Thanks taking time to answerd.&lt;BR /&gt;Sorry&amp;nbsp; TCD ("Tableau croisé dynamique" in french) is Pivot Table chart&lt;/P&gt;&lt;P&gt;So I would like to use the dimension limits option as for the straight table, but it is not available for the pivot table.&lt;/P&gt;&lt;P&gt;maybe there is another way to do that ?&lt;/P&gt;&lt;P&gt;I need Pivot table because I have 2 dimensions : &lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;details grouped by class (see attach file)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jacques&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1697637#M725509</guid>
      <dc:creator>jleraille</dc:creator>
      <dc:date>2020-04-29T10:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: TCD : sum values when they are &lt; 1</title>
      <link>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1697738#M725510</link>
      <description>&lt;P&gt;Hello, this option must work&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ignacioroman_0-1588167554516.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32656iBE83F8B3EF120D18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ignacioroman_0-1588167554516.png" alt="ignacioroman_0-1588167554516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If it doesn't, let me know and I'll do a test with a sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 13:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1697738#M725510</guid>
      <dc:creator>ignacioroman</dc:creator>
      <dc:date>2020-04-29T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: TCD : sum values when they are &lt; 1</title>
      <link>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1698018#M725511</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Sorry but (unless i'm wrong) the dimension limits option is not available for the&lt;FONT face="arial black,avant garde"&gt; pivot table&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;Bests regards&lt;/P&gt;&lt;P&gt;Jacques&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 08:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1698018#M725511</guid>
      <dc:creator>jleraille</dc:creator>
      <dc:date>2020-04-30T08:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: TCD : sum values when they are &lt; 1</title>
      <link>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1698708#M725512</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I found a solution&lt;/P&gt;&lt;P&gt;Dimensions:&lt;BR /&gt;I calculate the total by an aggregation on the Class and Detail dimensions.&lt;BR /&gt;If &amp;lt;1 I take the fictitious dimension 'Other Class' otherwise the Detail dimension&lt;/P&gt;&lt;P&gt;Expression:&lt;BR /&gt;If dimension length Detail = 0 (fictitious Class) I accumulate the value of any dimension otherwise simple accumulation&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 09:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TCD-sum-values-when-they-are-lt-1/m-p/1698708#M725512</guid>
      <dc:creator>jleraille</dc:creator>
      <dc:date>2020-05-04T09:38:19Z</dc:date>
    </item>
  </channel>
</rss>

