<?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 Dimension Set analysis? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Set-analysis/m-p/1902466#M74442</link>
    <description>&lt;P&gt;Marcus&lt;/P&gt;
&lt;P&gt;Thanks for your confirmation.&amp;nbsp; I do have other tables that provide current and previous on the same row, but date in not included but is a filter instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2022 13:27:37 GMT</pubDate>
    <dc:creator>FrankC</dc:creator>
    <dc:date>2022-03-08T13:27:37Z</dc:date>
    <item>
      <title>Ignore Dimension Set analysis?</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Set-analysis/m-p/1902032#M74419</link>
      <description>&lt;P&gt;I am trying to create a pivot table that shows current value and a previous value.&amp;nbsp; My metrics work fine if the transaction date is not displayed in the table.&amp;nbsp; However, I need to show the data at a date level&lt;/P&gt;
&lt;P&gt;TransDate Group Product (all dimensions) -----&amp;gt;&amp;nbsp; Actual (based on transdate)&amp;nbsp; &amp;nbsp;Previous (based on transdate -1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can only display Actual or Previous.&amp;nbsp; But not both.&amp;nbsp; The only way both are displayed is if Transdate is removed from the pivot table.&lt;/P&gt;
&lt;P&gt;Actual:&amp;nbsp;Sum({&amp;lt;MetricType ={'Actual'}, MetricClass={'GL'},DateNum = {"&amp;gt;=$(vMinTxnDate)&amp;lt;=$(vMaxTxnDate)"}&amp;gt;}Value)&lt;/P&gt;
&lt;P&gt;Previous:&amp;nbsp;Sum({&amp;lt;MetricType ={'Actual'}, MetricClass={'GL'},DateNum = {"&amp;gt;=$(vMinTxnDate-PP)&amp;lt;=$(vMaxTxnDate-PP)"}&amp;gt;}Value)&lt;/P&gt;
&lt;P&gt;There join between the calendar and fact is on TransactionDate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have added various combinations to ignore selections, but when I do only Previous contains values.&amp;nbsp; Without added ignore selections, Actual has values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 21:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Set-analysis/m-p/1902032#M74419</guid>
      <dc:creator>FrankC</dc:creator>
      <dc:date>2022-03-07T21:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Dimension Set analysis?</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Set-analysis/m-p/1902348#M74438</link>
      <description>&lt;P&gt;Logically it's excluding each other. Principally there are ways to force foreign values to a dimension-value but IMO it's not recommended.&lt;/P&gt;
&lt;P&gt;Within the most scenarios it's fine and expedient to use multiple expressions without those period-dimension to get the wanted views. If it should be really displayed against a period-dimension I would use an appropriate prepared one. This might be the days of a month or the calendar-dates without the year-information because the current data and previous ones exists against these dimensionality.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 10:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Set-analysis/m-p/1902348#M74438</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-03-08T10:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Dimension Set analysis?</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Set-analysis/m-p/1902466#M74442</link>
      <description>&lt;P&gt;Marcus&lt;/P&gt;
&lt;P&gt;Thanks for your confirmation.&amp;nbsp; I do have other tables that provide current and previous on the same row, but date in not included but is a filter instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Set-analysis/m-p/1902466#M74442</guid>
      <dc:creator>FrankC</dc:creator>
      <dc:date>2022-03-08T13:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Dimension Set analysis?</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Set-analysis/m-p/1902482#M74444</link>
      <description>&lt;P&gt;It would be the same. If these dimension is shown within an object or used on the outside as as filter is the same - means you need additionally fields to your "normal" period-fields which are connected to a complete date - unless the max(date) which comes from the user-selection is used to define the periods of the current and previous dates (probably this what your date-variables from example above does).&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Set-analysis/m-p/1902482#M74444</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-03-08T13:59:30Z</dc:date>
    </item>
  </channel>
</rss>

