<?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 witch formula for doing that in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237495#M516772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;i have 3 dimensions and datas :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cost_center, nbex, nbdays&lt;/P&gt;&lt;P&gt;103601, 178359, 26&lt;/P&gt;&lt;P&gt;103602, 73557, 26&lt;/P&gt;&lt;P&gt;103603, 70689, 26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a formula, i want to calculate the average nbex per day :&lt;/P&gt;&lt;P&gt;178359/26 + 73557/26 + 70689 / 26&lt;/P&gt;&lt;P&gt;that is : 6859 + 2829 + 2719 = 12407&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of course sum(nbex) / sum(nbdays) doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anyone help me ?&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2017 15:07:05 GMT</pubDate>
    <dc:creator>doespirito</dc:creator>
    <dc:date>2017-03-06T15:07:05Z</dc:date>
    <item>
      <title>witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237495#M516772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;i have 3 dimensions and datas :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cost_center, nbex, nbdays&lt;/P&gt;&lt;P&gt;103601, 178359, 26&lt;/P&gt;&lt;P&gt;103602, 73557, 26&lt;/P&gt;&lt;P&gt;103603, 70689, 26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a formula, i want to calculate the average nbex per day :&lt;/P&gt;&lt;P&gt;178359/26 + 73557/26 + 70689 / 26&lt;/P&gt;&lt;P&gt;that is : 6859 + 2829 + 2719 = 12407&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of course sum(nbex) / sum(nbdays) doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anyone help me ?&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237495#M516772</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2017-03-06T15:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237496#M516773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(nbex/nbdays)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237496#M516773</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-06T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237497#M516774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thank you,&lt;/P&gt;&lt;P&gt;i have set analysis for each part :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;RATIO={'EXPOR'}&amp;gt;} REEL_RAT)/sum( {&amp;lt;RATIO={'NBPAR'}&amp;gt;} REEL_RAT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to transform in &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(nbex/nbdays)&lt;/STRONG&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237497#M516774</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2017-03-06T15:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237498#M516775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;RATIO={'EXPOR', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NBPAR&lt;/SPAN&gt;'}&amp;gt;}&lt;/SPAN&gt;nbex/nbdays)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237498#M516775</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-06T15:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237499#M516776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REEL_RAT contains nbex with set analysis &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;RATIO={'EXPOR'}&amp;gt;} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;nbdays&lt;/SPAN&gt; with set analysis &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;RATIO={'NBPAR'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so it's difficult to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237499#M516776</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2017-03-06T15:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237500#M516777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a sample where you can share? Without knowing your data, it would be difficult for me to propose anything here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237500#M516777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-06T15:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237501#M516778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;here is my exemple,&lt;/P&gt;&lt;P&gt;i want 12407 and not 4136&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237501#M516778</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2017-03-06T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237502#M516779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='wrong total : '&amp;amp;num(Sum(Aggr(Sum({&amp;lt;RATIO={'EXPOR'}&amp;gt;} REEL_RAT)/sum( {&amp;lt;RATIO={'NBPAR'}&amp;gt;} REEL_RAT), COST_C)),'# ##0')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 15:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237502#M516779</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-06T15:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237503#M516780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it works fine...&lt;/P&gt;&lt;P&gt;thanks a lo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 16:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237503#M516780</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2017-03-06T16:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: witch formula for doing that</title>
      <link>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237504#M516781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you got the solution using my response above, I would suggest you to mark my response as correct and/or helpful instead of marking your own as helpful. This will help future visitors.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 16:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/witch-formula-for-doing-that/m-p/1237504#M516781</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-06T16:06:24Z</dc:date>
    </item>
  </channel>
</rss>

