<?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 Mix dimensions in a single table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717362#M1074720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi qlikviewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck in something that I am not sure is possible to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with an id, a receiver, and the source. Sources and receivers are the same possible values. Ech receiver receives his own production (receiver=source) and imported production from the other sources. The general point of view is from the Receiver. However, I need to give also the Source point of view, in order to evaluate the % of own production, % import and % export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach an example for better understanding. The question is: how to show this information in only one single table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 12:34:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-05T12:34:24Z</dc:date>
    <item>
      <title>Mix dimensions in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717362#M1074720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi qlikviewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck in something that I am not sure is possible to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with an id, a receiver, and the source. Sources and receivers are the same possible values. Ech receiver receives his own production (receiver=source) and imported production from the other sources. The general point of view is from the Receiver. However, I need to give also the Source point of view, in order to evaluate the % of own production, % import and % export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach an example for better understanding. The question is: how to show this information in only one single table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 12:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717362#M1074720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-05T12:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mix dimensions in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717363#M1074721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/167912"&gt;marc carreras&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I moved your question over to the QlikView portion of the community. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;-Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 13:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717363#M1074721</guid>
      <dc:creator>Mattias_Malré</dc:creator>
      <dc:date>2014-08-05T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Mix dimensions in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717364#M1074722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i made an attempt based on your written explanation.&amp;nbsp; download the attached a look at the chart on the right. does it work ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm using this to figure out the % of ids where receiver=source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(Receiver=Source,1,0))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count(DISTINCT id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 16:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717364#M1074722</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-05T16:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mix dimensions in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717365#M1074723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can present a pivot table, showing a matrix between Sources and Receivers. Another option would be using a cyclic group.&lt;/P&gt;&lt;P&gt;Attached is the example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 17:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717365#M1074723</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-08-05T17:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mix dimensions in a single table</title>
      <link>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717366#M1074724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;SPAN style="color: #2989c5;"&gt; &lt;A href="https://community.qlik.com/qlik-users/134792"&gt;Jaime Aguilar&lt;/A&gt; &lt;/SPAN&gt;and @jpe and thanks fo your answers. &lt;/P&gt;&lt;P&gt;As you saw, it is very simple to get a table, pivot or not, with totals, import and %import. The key i was looking for was to show the export and % export within the same table. &lt;/P&gt;&lt;P&gt;My best approach was the pivot together the selector 'ProductionKind'. Now, if you select Import/Export the pivot table show the indicators about Import and Export, but not the owner one. &lt;/P&gt;&lt;P&gt;I know it seems simple, but i couldn't find out the solution... any idea?&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 07:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mix-dimensions-in-a-single-table/m-p/717366#M1074724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-06T07:02:32Z</dc:date>
    </item>
  </channel>
</rss>

