<?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: Comparative Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598069#M479058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think this is not the answer that i am looking for. I am able to do comparative analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say if the user select some selection and the TEU is 200, out of these 200, on activity_code = LOAD, it only containes 80. Therefor, my expression would want to show 80 instead of 200. I must put Activity _Code - load on the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Activity_Code = {'LOAD'}&amp;gt;}TEU) plus comparative analysis of sum(Group 1 teu)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 03:54:17 GMT</pubDate>
    <dc:creator>n1ef5ng1</dc:creator>
    <dc:date>2014-02-18T03:54:17Z</dc:date>
    <item>
      <title>Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598066#M479055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using comparative analysis to do an ad hoc template for user to nagivate around. (Aka alternate state)&lt;/P&gt;&lt;P&gt;On the Script I have this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_Dimension_PMX:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;_Dimension_PMX&lt;BR /&gt;Box&lt;BR /&gt;TEU &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;this means that if user check on TEU, the table will appear box on expression using conditional format&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;_Dimension_PMX&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '|'), 'TEU') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and my expression to that conditional expression is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;[Group 1]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TEU&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;However, for this report i woud like my expressions to have set analysis where Activity_Code = 'LOAD'. This is to cater a certain ad hoc template for this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;meaning if is without alternative anaysis, it will be sum({&amp;lt;Activity_Code = {'LOAD'}&amp;gt;}TEU)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I would not want user to select Load activity code everytime as it defeat the purpose&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598066#M479055</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2014-02-18T03:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598067#M479056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anybody.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598067#M479056</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2014-02-18T03:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598068#M479057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Try Following &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;Conditional&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;=SubStringCount(Concat(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;_Dimension_PMX&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;,','),'TEU')&amp;gt;=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;And expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 8pt; font-style: inherit; font-weight: inherit; color: #3d3d3d; line-height: 1.5em;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;[Group 1]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;TEU&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598068#M479057</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-02-18T03:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598069#M479058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think this is not the answer that i am looking for. I am able to do comparative analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say if the user select some selection and the TEU is 200, out of these 200, on activity_code = LOAD, it only containes 80. Therefor, my expression would want to show 80 instead of 200. I must put Activity _Code - load on the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Activity_Code = {'LOAD'}&amp;gt;}TEU) plus comparative analysis of sum(Group 1 teu)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598069#M479058</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2014-02-18T03:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598070#M479059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({Group1&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Activity_Code = {'LOAD'}&lt;/SPAN&gt;&amp;gt;}TEU)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 04:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598070#M479059</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-02-18T04:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598071#M479060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 04:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598071#M479060</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2014-02-18T04:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Comparative Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598072#M479061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA Sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 04:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparative-Analysis/m-p/598072#M479061</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-02-18T04:05:00Z</dc:date>
    </item>
  </channel>
</rss>

