<?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: Diffrent between Qlik view and Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Diffrent-between-Qlik-view-and-Qlik-Sense/m-p/1942513#M77646</link>
    <description>&lt;P&gt;Hi and tanks to answer,&lt;/P&gt;
&lt;P&gt;the second part of your formula I had understand yes it should be&amp;nbsp; Max(Aggr(Sum(Values),Dim1FieldName,Dim2FieldName...Dim5FieldName) but why I should use Dimensionality() and why bigger than 6?&lt;/P&gt;
&lt;P&gt;could you please explain me why Dimensionality()&amp;gt;6?&lt;/P&gt;
&lt;P&gt;*just for info : I have generally 9 Dimension.&lt;/P&gt;
&lt;P&gt;thanks in Advanced&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Jun 2022 10:37:56 GMT</pubDate>
    <dc:creator>Samanehsorournejad</dc:creator>
    <dc:date>2022-06-12T10:37:56Z</dc:date>
    <item>
      <title>Diffrent between Qlik view and Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Diffrent-between-Qlik-view-and-Qlik-Sense/m-p/1942154#M77606</link>
      <description>&lt;P&gt;Hi every Body,&lt;BR /&gt;I have a Question, I try to create the report in Qlik Sense that previously created in Qlik view.&lt;BR /&gt;The problem is that the Show Partial Sum in Qlik view does not give me the same number as Total option in Pivot table in Qlik sense. Please guide me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 15:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Diffrent-between-Qlik-view-and-Qlik-Sense/m-p/1942154#M77606</guid>
      <dc:creator>Samanehsorournejad</dc:creator>
      <dc:date>2022-06-12T15:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrent between Qlik view and Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Diffrent-between-Qlik-view-and-Qlik-Sense/m-p/1942484#M77640</link>
      <description>&lt;P&gt;Hi, looks like QlikView is showing the max value, and Qlik sense is doing a Sum of values, are you using the same expresssion?&lt;/P&gt;
&lt;P&gt;Default pivot table doen't have an option the select what ling of total you want, it uses the same expression as any other row.&lt;/P&gt;
&lt;P&gt;Id each Veranstaltung and previous dimensions has only one value, you can use Max() instead of Sum()&lt;/P&gt;
&lt;P&gt;If you nee d asum beacuse there are many value, you can try with dimesnionality() like:&lt;/P&gt;
&lt;P&gt;If(Dimensionality()&amp;gt;6, Sum(Values), Max(Aggr(Sum(Values),Dim1FieldName,Dim2FieldName...Dim5FieldName)&lt;/P&gt;
&lt;P&gt;So form Veranstaltung it does the sum of values, and the previous dimensions uses the max value calculated for each&amp;nbsp;Veranstaltung.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 06:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Diffrent-between-Qlik-view-and-Qlik-Sense/m-p/1942484#M77640</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-06-12T06:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrent between Qlik view and Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Diffrent-between-Qlik-view-and-Qlik-Sense/m-p/1942513#M77646</link>
      <description>&lt;P&gt;Hi and tanks to answer,&lt;/P&gt;
&lt;P&gt;the second part of your formula I had understand yes it should be&amp;nbsp; Max(Aggr(Sum(Values),Dim1FieldName,Dim2FieldName...Dim5FieldName) but why I should use Dimensionality() and why bigger than 6?&lt;/P&gt;
&lt;P&gt;could you please explain me why Dimensionality()&amp;gt;6?&lt;/P&gt;
&lt;P&gt;*just for info : I have generally 9 Dimension.&lt;/P&gt;
&lt;P&gt;thanks in Advanced&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 10:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Diffrent-between-Qlik-view-and-Qlik-Sense/m-p/1942513#M77646</guid>
      <dc:creator>Samanehsorournejad</dc:creator>
      <dc:date>2022-06-12T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Diffrent between Qlik view and Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Diffrent-between-Qlik-view-and-Qlik-Sense/m-p/1942535#M77650</link>
      <description>&lt;P&gt;Hi, you can add a measure with just Dimensionality() and check how it evaluates for each dimension.&amp;nbsp; &lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/dimensionality.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/dimensionality.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Another option could be using count of&amp;nbsp;&lt;SPAN&gt;Veranstaltung, like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If(Count(Distinct&amp;nbsp;Veranstaltung)&amp;gt;1, Max(Aggr(...)), Sum(...))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 16:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Diffrent-between-Qlik-view-and-Qlik-Sense/m-p/1942535#M77650</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-06-12T16:05:47Z</dc:date>
    </item>
  </channel>
</rss>

