<?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 Calculate only one figure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587121#M1111396</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 have made a diagram (see below). Now I want to calculate (column3) with a formula like column(1) divided through the only one figure (here 1.759). I need this to see the login usage from the users which have registrated their product in January 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I filter February 2014 I want to see the calculation for this figure and so one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone could help!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv_frage180314.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55256_qv_frage180314.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 10:37:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-18T10:37:13Z</dc:date>
    <item>
      <title>Calculate only one figure</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587121#M1111396</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 have made a diagram (see below). Now I want to calculate (column3) with a formula like column(1) divided through the only one figure (here 1.759). I need this to see the login usage from the users which have registrated their product in January 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I filter February 2014 I want to see the calculation for this figure and so one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone could help!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv_frage180314.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55256_qv_frage180314.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587121#M1111396</guid>
      <dc:creator />
      <dc:date>2014-03-18T10:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate only one figure</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587122#M1111397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose column 1 is sum(field1) and column(2) is sum(fiels2) then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column3 is: sum(field1) / sum({$ &amp;lt;KAL.Jahr={'2013-Jan'}&amp;gt;} field2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587122#M1111397</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-18T10:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate only one figure</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587123#M1111398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you put this formula in your last column&lt;/P&gt;&lt;P&gt;sum(# logins)/ &lt;STRONG&gt;count( distinct {&amp;lt;KAL.Jahr={'2013-Jan'}&amp;gt;} TOTAL users)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587123#M1111398</guid>
      <dc:creator>kristof_j</dc:creator>
      <dc:date>2014-03-18T10:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate only one figure</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587124#M1111399</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;Write some thing like for your field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(KAL.Jahr = '2013-Jan', Column(1)/ 1.759,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587124#M1111399</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-18T10:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate only one figure</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587125#M1111400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thans for your answers ... but perhaps I have described my problem wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my app I chose e.g. Jan 2013 and see 3.611 Regs. (Table 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Table 2 I want to see the login development of these 3.611 Regs with the formula&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;{$1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;JAL.login_success&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=1"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;BR /&gt; , ASP_DIMENSIONS.ESTAT_USER.CAMSID=P({$&amp;lt;ESTAT_REG.ZZ_COUNT_REG={1}&amp;gt;} ASP_DIMENSIONS.ESTAT_USER.CAMSID)&amp;gt;}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASP_DIMENSIONS.ESTAT_USER.CAMSID)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv_frage180314.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55267_qv_frage180314.JPG.jpg" style="width: 620px; height: 300px;" /&gt;&lt;/P&gt;&lt;P&gt;When I chose February 2013 table 2 seems empty:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv_frage180314_2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55272_qv_frage180314_2.JPG.jpg" style="width: 620px; height: 387px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 12:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-only-one-figure/m-p/587125#M1111400</guid>
      <dc:creator />
      <dc:date>2014-03-18T12:38:23Z</dc:date>
    </item>
  </channel>
</rss>

