<?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 Tips for a visualizations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tips-for-a-visualizations/m-p/1163403#M520630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, &lt;/P&gt;&lt;P&gt;I'm looling for exchagne about a requirement about data presentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we have this type of presentation (done manually)&lt;/P&gt;&lt;P&gt;the first row computes current data, and the second row computes Like For like data, to exclude closing store or opening stores in 2016&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Like For Like.png" class="jive-image image-1" height="174" src="/legacyfs/online/129941_Like For Like.png" style="height: 174.632px; width: 424px;" width="423" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do the same with a standard Straight Table, it's working perfect.... but the layout is not the same...&lt;/P&gt;&lt;P&gt;and it's hard to&amp;nbsp; to see at a glance Current value vs Like for Like value &lt;/P&gt;&lt;P&gt;I'm looking if somoene has an idea to treat this problem&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Like For Like 2.png" class="jive-image image-2" src="/legacyfs/online/129942_Like For Like 2.png" style="height: 108px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Jul 2016 12:59:33 GMT</pubDate>
    <dc:creator>girard_ben</dc:creator>
    <dc:date>2016-07-03T12:59:33Z</dc:date>
    <item>
      <title>Tips for a visualizations</title>
      <link>https://community.qlik.com/t5/QlikView/Tips-for-a-visualizations/m-p/1163403#M520630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, &lt;/P&gt;&lt;P&gt;I'm looling for exchagne about a requirement about data presentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we have this type of presentation (done manually)&lt;/P&gt;&lt;P&gt;the first row computes current data, and the second row computes Like For like data, to exclude closing store or opening stores in 2016&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Like For Like.png" class="jive-image image-1" height="174" src="/legacyfs/online/129941_Like For Like.png" style="height: 174.632px; width: 424px;" width="423" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do the same with a standard Straight Table, it's working perfect.... but the layout is not the same...&lt;/P&gt;&lt;P&gt;and it's hard to&amp;nbsp; to see at a glance Current value vs Like for Like value &lt;/P&gt;&lt;P&gt;I'm looking if somoene has an idea to treat this problem&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Like For Like 2.png" class="jive-image image-2" src="/legacyfs/online/129942_Like For Like 2.png" style="height: 108px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jul 2016 12:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tips-for-a-visualizations/m-p/1163403#M520630</guid>
      <dc:creator>girard_ben</dc:creator>
      <dc:date>2016-07-03T12:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for a visualizations</title>
      <link>https://community.qlik.com/t5/QlikView/Tips-for-a-visualizations/m-p/1163404#M520631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to add the Comparison like for like as an additionally values in your market-field and then you could query these value, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(market = 'Comparison like for like', exp1, exp2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approach is to switch to a pivot-chart and adding a further dimension which could be queried with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(dimensionality() = 0, exp1, exp2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A further approach (which I prefer) would be to display only one view at a time - one time the year-comparing overall and one time the cleaned year-comparing. For this you could use two objects maybe within a container - also the use of dimension/expression-groups is a possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jul 2016 17:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tips-for-a-visualizations/m-p/1163404#M520631</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-03T17:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for a visualizations</title>
      <link>https://community.qlik.com/t5/QlikView/Tips-for-a-visualizations/m-p/1163405#M520632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;Two is better than one ... you give me the trick.. is to create a specific field to do the comparison... and it's fast to implement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, my fact table has two columns : LFL_TY, LFL_LY (both columns has 1 or 0 values, it's calculated during the script load).. thoses two colums works perfectly well for other graphs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drawback of my idea... this will only compare Current Year vs Last Year (with the other method &lt;SPAN style="font-size: 13.3333px;"&gt;LFL_TY, LFL_LY&amp;nbsp; , I can compare in a like for like analysis 2014 to 2013 ...for example)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I'll create a specific ComparisonTable to handle my presentation issue.&amp;nbsp; I do not want to use a pivot table because it will be use in a NPrinting report ...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-07-04_08h16_17.png" class="jive-image image-1" height="259" src="https://community.qlik.com/legacyfs/online/129971_2016-07-04_08h16_17.png" style="height: 259.49px; width: 436px;" width="436" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 06:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tips-for-a-visualizations/m-p/1163405#M520632</guid>
      <dc:creator>girard_ben</dc:creator>
      <dc:date>2016-07-04T06:30:19Z</dc:date>
    </item>
  </channel>
</rss>

