<?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: Ignore one dimension in a pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-one-dimension-in-a-pivot-table/m-p/946297#M951789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Thanks a lot&amp;nbsp; Stefan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;I thought already about some logic on the scripting side to fill in the gaps – since this seems to be the correct way, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;but currently I don’t want to touch the scripting too much since we are in the middle of a startup phase of a project. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Anyhow the expression &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica','sans-serif'; font-size: 10.5pt;"&gt; =Only( Aggr( Max(Total&amp;lt;PRODUCT_ID&amp;gt; BIN_LIFE_CNT),&lt;BR /&gt; PRODUCTION_LINE_NAME, PRODUCT_ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Is doing the job perfectly right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;So thanks a lot !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Have a nice day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Markus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2015 11:10:29 GMT</pubDate>
    <dc:creator>zermsms_</dc:creator>
    <dc:date>2015-12-04T11:10:29Z</dc:date>
    <item>
      <title>Ignore one dimension in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-one-dimension-in-a-pivot-table/m-p/946295#M951787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm a qlikview newbie and looking for a solution for the following problem:&lt;/P&gt;&lt;P&gt;We have entries in a [simplified] PRODUCTS table for every product and production line [PRODUCTION_LINE_NAME], the initial product [identified by the PRODUCT_ID] is created in the AA lines where the following production steps are taking place in the further BB lines; the CC lines are finalizing the product. Each product will be transported during the factory using some kind of reusable bin [BIN], the tables are connected using the ID field. For one journey through the factory the life counter of a bin [BIN_LIFE_CNT] will be incremented. Some parameters are set initially on the first production stage AA, like the life counter, other parameters are added in later stages. The task is to show data for example from BB line together with the life counter from AA line for all products.&lt;/P&gt;&lt;P&gt;I hope the task is clear, how can this be achieved? Optional: Why do i loose my results when i select 'supress when value is null' on the dimension '=if (wildmatch(PRODUCTION_LINE_NAME,'BB*'),PRODUCTION_LINE_NAME)' [on the last table as shown below]&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107983" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107983_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 15:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-one-dimension-in-a-pivot-table/m-p/946295#M951787</guid>
      <dc:creator>zermsms_</dc:creator>
      <dc:date>2015-12-03T15:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore one dimension in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-one-dimension-in-a-pivot-table/m-p/946296#M951788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you suppress the dimension values for AA* production line, like in your last screenshot, you'll lose the records in your hyper cube that holds the data you are interested in, the life counter connected only to these prod lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can think about adding logic to your script that fills every line in your BIN table with the appropriate life counter value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, in your pivot table, try as expression&lt;/P&gt;&lt;P&gt;=Only( Aggr( Max(Total&amp;lt;PRODUCT_ID&amp;gt; BIN_LIFE_CNT), PRODUCTION_LINE_NAME, PRODUCT_ID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 18:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-one-dimension-in-a-pivot-table/m-p/946296#M951788</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-03T18:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore one dimension in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-one-dimension-in-a-pivot-table/m-p/946297#M951789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Thanks a lot&amp;nbsp; Stefan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;I thought already about some logic on the scripting side to fill in the gaps – since this seems to be the correct way, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;but currently I don’t want to touch the scripting too much since we are in the middle of a startup phase of a project. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Anyhow the expression &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Helvetica','sans-serif'; font-size: 10.5pt;"&gt; =Only( Aggr( Max(Total&amp;lt;PRODUCT_ID&amp;gt; BIN_LIFE_CNT),&lt;BR /&gt; PRODUCTION_LINE_NAME, PRODUCT_ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Is doing the job perfectly right.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;So thanks a lot !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Have a nice day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman';"&gt;Markus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 11:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-one-dimension-in-a-pivot-table/m-p/946297#M951789</guid>
      <dc:creator>zermsms_</dc:creator>
      <dc:date>2015-12-04T11:10:29Z</dc:date>
    </item>
  </channel>
</rss>

