<?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: Mixing Standard and Synthetic Dimensions in the same Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1644276#M447411</link>
    <description>&lt;P&gt;I am not entirely sure what you are looking to get, but for this post, I did this&lt;/P&gt;&lt;P&gt;1) Created an Island Table in the script&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dim:
LOAD * Inline [
Dim
1
2
3
];&lt;/LI-CODE&gt;&lt;P&gt;2) Created a chart with the following&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Pick(Dim, 'Last Year Sales', 'This Year Sales', Date(MonthYear, 'MMM-YYYY'))&lt;/LI-CODE&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Pick(Only({1}Dim), Sum({1&amp;lt;Year = {"$(=Max({1}Year) - 1)"}&amp;gt;}Sales), Sum({1&amp;lt;Year = {"$(=Max({1}Year))"}&amp;gt;}Sales), Sum(Sales))&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 07 Nov 2019 13:09:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-11-07T13:09:38Z</dc:date>
    <item>
      <title>Mixing Standard and Synthetic Dimensions in the same Table</title>
      <link>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1411391#M426785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a single table with a synthetic dimension and a standard dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be&amp;nbsp; clear: Let's say I need to show the total sales of last year in the first column, total sales of actual year in second column, and the following columns come from the "Month/Year" field and show the sales in each month of the selected values in "Month/Year" field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first 2 columns will always be there, but the Month/Year columns depend on the field selection. &lt;SPAN style="font-size: 10pt;"&gt;I thought about using the field "Month/Year" inside the ValueList() function, but I couldn't make it work properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Could someone help me with this one?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 18:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1411391#M426785</guid>
      <dc:creator>lcontezini</dc:creator>
      <dc:date>2017-09-13T18:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mixing Standard and Synthetic Dimensions in the same Table</title>
      <link>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1411392#M426786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the attached solution may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176461_Capture.PNG" style="height: 200px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 19:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1411392#M426786</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-13T19:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mixing Standard and Synthetic Dimensions in the same Table</title>
      <link>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1411393#M426787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's perfect, thanks a lot! You saved me a couple hours in just 3 lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 19:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1411393#M426787</guid>
      <dc:creator>lcontezini</dc:creator>
      <dc:date>2017-09-13T19:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mixing Standard and Synthetic Dimensions in the same Table</title>
      <link>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1411394#M426788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under each "Month/Year", I need 2 expressions to be calculated: &lt;STRONG&gt;sum(Sales Amount)&lt;/STRONG&gt; and &lt;STRONG&gt;sum(Sales Quantity)&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the columns&amp;nbsp; "Last Year Sales" and "This Year Sales"&amp;nbsp; these expressions shouldn't be calculated, only sum(Sales) as you did it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 20:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1411394#M426788</guid>
      <dc:creator>lcontezini</dc:creator>
      <dc:date>2017-09-13T20:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mixing Standard and Synthetic Dimensions in the same Table</title>
      <link>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1643782#M447383</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;any chance that you explain how you did it instead of sharing a qvw file?&lt;/P&gt;&lt;P&gt;I'm using Qlik Sense and not Qlik View so I cannot open your file unfortunately.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 14:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1643782#M447383</guid>
      <dc:creator>max31</dc:creator>
      <dc:date>2019-11-06T14:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mixing Standard and Synthetic Dimensions in the same Table</title>
      <link>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1644276#M447411</link>
      <description>&lt;P&gt;I am not entirely sure what you are looking to get, but for this post, I did this&lt;/P&gt;&lt;P&gt;1) Created an Island Table in the script&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dim:
LOAD * Inline [
Dim
1
2
3
];&lt;/LI-CODE&gt;&lt;P&gt;2) Created a chart with the following&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Pick(Dim, 'Last Year Sales', 'This Year Sales', Date(MonthYear, 'MMM-YYYY'))&lt;/LI-CODE&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Pick(Only({1}Dim), Sum({1&amp;lt;Year = {"$(=Max({1}Year) - 1)"}&amp;gt;}Sales), Sum({1&amp;lt;Year = {"$(=Max({1}Year))"}&amp;gt;}Sales), Sum(Sales))&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 07 Nov 2019 13:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1644276#M447411</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-07T13:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mixing Standard and Synthetic Dimensions in the same Table</title>
      <link>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1654088#M448028</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;thanks a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 13:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mixing-Standard-and-Synthetic-Dimensions-in-the-same-Table/m-p/1654088#M448028</guid>
      <dc:creator>max31</dc:creator>
      <dc:date>2019-12-04T13:28:15Z</dc:date>
    </item>
  </channel>
</rss>

