<?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: Use output from One Chart as Input to Another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9856#M768612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could not find any sample attached. Can you re upload please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2018 16:21:20 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-06-11T16:21:20Z</dc:date>
    <item>
      <title>Use output from One Chart as Input to Another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9855#M768611</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 a straight table(Sample attached) where i am calculating value&amp;nbsp; of a column(Averted Cost) using the below formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REMDAYS*SUM(CX_MINUTES* CX_RATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field REMDAYS is a number which is calculated using a Load statement in the editor(This number is the difference between 2 dates and varies per account).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="StrtTab2.PNG" class="jive-image image-1" height="25" src="https://community.qlik.com/legacyfs/online/204847_StrtTab2.PNG" style="height: 25px; width: 815.789px;" width="816" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create another straight table, which will calculate the Sum of Averted Loss on a monthly basis. How can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get the SUM of Customer Cost as this is taken from the DB directly, but as the Averted Cost is calculated using a function, how can we use that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Taher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9855#M768611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use output from One Chart as Input to Another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9856#M768612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could not find any sample attached. Can you re upload please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 16:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9856#M768612</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-11T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use output from One Chart as Input to Another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9857#M768613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taher, to do a table eith month as dimension (and no customer) you can add an aggr() to calculate the value per customer, and sum the value of all customers:&lt;/P&gt;&lt;P&gt;Sum(Aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;REMDAYS*SUM(CX_MINUTES* CX_RATE), MonthField, CustomerField))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 16:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9857#M768613</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-06-11T16:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use output from One Chart as Input to Another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9858#M768614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He Vishwarath,&lt;/P&gt;&lt;P&gt;I attached the image instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 16:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9858#M768614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T16:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use output from One Chart as Input to Another</title>
      <link>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9859#M768615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;This worked. Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 16:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-output-from-One-Chart-as-Input-to-Another/m-p/9859#M768615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T16:37:46Z</dc:date>
    </item>
  </channel>
</rss>

