<?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: graph with mixed dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/graph-with-mixed-dimensions/m-p/597519#M221277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Osni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also not quite clear what you need exactly, but as you mentioned that you want multiple calculations combined in only one dimension, maybe this is, what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55409" alt="QlikCommunity_Thread_111243_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55409_QlikCommunity_Thread_111243_Pic1.JPG.jpg" style="width: 620px; height: 328px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this synthetic dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13952657013039404" jivemacro_uid="_13952657013039404" modifiedtitle="true"&gt;
&lt;P&gt;=valuelist('PreviousYearPerformed', 'PreviousYearExpected', 'CurrentYearPerformed', 'CurrentYearExpected')&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13952657409159514" jivemacro_uid="_13952657409159514"&gt;
&lt;P&gt;=pick(match(valuelist('PreviousYearPerformed', 'PreviousYearExpected', 'CurrentYearPerformed', 'CurrentYearExpected'),'PreviousYearPerformed', 'PreviousYearExpected', 'CurrentYearPerformed', 'CurrentYearExpected'),&lt;/P&gt;
&lt;P&gt;sum({$&amp;lt;Year={$(=max(Year)-1)}&amp;gt;}performed),&lt;/P&gt;
&lt;P&gt;sum({$&amp;lt;Year={$(=max(Year)-1)}&amp;gt;}expected),&lt;/P&gt;
&lt;P&gt;sum({$&amp;lt;Year={$(=max(Year))}&amp;gt;}performed),&lt;/P&gt;
&lt;P&gt;sum({$&amp;lt;Year={$(=max(Year))}&amp;gt;}expected)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 21:47:36 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-03-19T21:47:36Z</dc:date>
    <item>
      <title>graph with mixed dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/graph-with-mixed-dimensions/m-p/597517#M221275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon! &lt;/P&gt;&lt;P&gt;I need to create a chart, which has only one dimension, however should be mixed, which must have: &lt;/P&gt;&lt;P&gt;-Accumulated conducted the previous year as well as expected; &lt;/P&gt;&lt;P&gt;-Current year Accumulated performed as well as expected; &lt;/P&gt;&lt;P&gt;The well-performed as Predicted from month to month of the current year. &lt;/P&gt;&lt;P&gt;Can someone give me a light? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 19:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/graph-with-mixed-dimensions/m-p/597517#M221275</guid>
      <dc:creator>osni_campos</dc:creator>
      <dc:date>2014-03-19T19:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: graph with mixed dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/graph-with-mixed-dimensions/m-p/597518#M221276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach a sample file with some data and elaborate a little more on the expressions you need. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 20:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/graph-with-mixed-dimensions/m-p/597518#M221276</guid>
      <dc:creator />
      <dc:date>2014-03-19T20:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: graph with mixed dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/graph-with-mixed-dimensions/m-p/597519#M221277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Osni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also not quite clear what you need exactly, but as you mentioned that you want multiple calculations combined in only one dimension, maybe this is, what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55409" alt="QlikCommunity_Thread_111243_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55409_QlikCommunity_Thread_111243_Pic1.JPG.jpg" style="width: 620px; height: 328px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this synthetic dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13952657013039404" jivemacro_uid="_13952657013039404" modifiedtitle="true"&gt;
&lt;P&gt;=valuelist('PreviousYearPerformed', 'PreviousYearExpected', 'CurrentYearPerformed', 'CurrentYearExpected')&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13952657409159514" jivemacro_uid="_13952657409159514"&gt;
&lt;P&gt;=pick(match(valuelist('PreviousYearPerformed', 'PreviousYearExpected', 'CurrentYearPerformed', 'CurrentYearExpected'),'PreviousYearPerformed', 'PreviousYearExpected', 'CurrentYearPerformed', 'CurrentYearExpected'),&lt;/P&gt;
&lt;P&gt;sum({$&amp;lt;Year={$(=max(Year)-1)}&amp;gt;}performed),&lt;/P&gt;
&lt;P&gt;sum({$&amp;lt;Year={$(=max(Year)-1)}&amp;gt;}expected),&lt;/P&gt;
&lt;P&gt;sum({$&amp;lt;Year={$(=max(Year))}&amp;gt;}performed),&lt;/P&gt;
&lt;P&gt;sum({$&amp;lt;Year={$(=max(Year))}&amp;gt;}expected)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 21:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/graph-with-mixed-dimensions/m-p/597519#M221277</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-03-19T21:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: graph with mixed dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/graph-with-mixed-dimensions/m-p/597520#M221278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning &lt;/P&gt;&lt;P&gt;The model described / attached by Marco Wedel, This is just a data structure that I have. &lt;/P&gt;&lt;P&gt;However the graph beyond the columns placed, must include the month for the current year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 10:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/graph-with-mixed-dimensions/m-p/597520#M221278</guid>
      <dc:creator>osni_campos</dc:creator>
      <dc:date>2014-03-20T10:58:05Z</dc:date>
    </item>
  </channel>
</rss>

