<?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: [URGENT]ERLANG C - POISSON DISTRIBUTION - SUMMATION in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/URGENT-ERLANG-C-POISSON-DISTRIBUTION-SUMMATION/m-p/198295#M57646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know im very late for this post. Hope it may help others.&lt;/P&gt;&lt;P&gt;With reference to &lt;A href="http://mitan.co.uk/erlang/elgcmath.htm" title="http://mitan.co.uk/erlang/elgcmath.htm"&gt;The Erlang-C Formula - An Introduction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Create the below mentioned variables&lt;/P&gt;&lt;P&gt;vArrivalRate -&amp;gt;&amp;nbsp;&amp;nbsp; num(NoOfCalls/(Period))&amp;nbsp; &lt;/P&gt;&lt;P&gt;vTrafficIntensity -&amp;gt; num(Ts*&lt;SPAN style="font-size: 13.3333px;"&gt;vArrivalRate &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;vAgentOccupancy -&amp;gt; num([vTraffic Intensity]/vNoOfAgents)&lt;/P&gt;&lt;P&gt;vNum -&amp;gt; pow([vTraffic Intensity],&lt;SPAN style="font-size: 13.3333px;"&gt;vNoOfAgents&lt;/SPAN&gt;)/fact(&lt;SPAN style="font-size: 13.3333px;"&gt;vNoOfAgents&lt;/SPAN&gt;) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the above variables you can calculate ErlangC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vErlangC -&amp;gt;&amp;nbsp; vNum/(vNum+(1-vAgentOccupancy)*sum(pow([vTraffic Intensity],ValueLoop(0,&lt;SPAN style="font-size: 13.3333px;"&gt;vNoOfAgents&lt;/SPAN&gt;-1,1))/fact(valueloop(0,&lt;SPAN style="font-size: 13.3333px;"&gt;vNoOfAgents&lt;/SPAN&gt;-1,1))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Aug 2017 09:21:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-08-19T09:21:56Z</dc:date>
    <item>
      <title>[URGENT]ERLANG C - POISSON DISTRIBUTION - SUMMATION</title>
      <link>https://community.qlik.com/t5/QlikView/URGENT-ERLANG-C-POISSON-DISTRIBUTION-SUMMATION/m-p/198293#M57644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I need some help to implement the Erlang C formula on Qlikview. This expresses the waiting probability in a queuing system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the formula (and explanation) on this site:&lt;/P&gt;&lt;P&gt;http://www.mitan.co.uk/erlang/elgcmath.htm&lt;/P&gt;&lt;P&gt;Basically, I can be done on Excel with the Poisson Distribution but I could not find it on Qlikiview.&lt;/P&gt;&lt;P&gt;I could write it directly using the expression on the site but I could not find the summation formula on Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know we are not able to create custom formulas.&lt;/P&gt;&lt;P&gt;Has anyone faced a problem like this before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 07:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URGENT-ERLANG-C-POISSON-DISTRIBUTION-SUMMATION/m-p/198293#M57644</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2009-12-30T07:22:21Z</dc:date>
    </item>
    <item>
      <title>[URGENT]ERLANG C - POISSON DISTRIBUTION - SUMMATION</title>
      <link>https://community.qlik.com/t5/QlikView/URGENT-ERLANG-C-POISSON-DISTRIBUTION-SUMMATION/m-p/198294#M57645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;I dont think there is a readymade formula for this in Qlikview but you can achieve it by creating variables and applying formula on top of these. Please refer to attached qvw file where I have implemented Erlang C formula using following variables: vOcc, vNum, vDen. Also refer to the script where I have evaulated the variable vDen using for loop.&lt;/P&gt;&lt;P&gt;Let me know if this is of help or you need some more information.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 14:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URGENT-ERLANG-C-POISSON-DISTRIBUTION-SUMMATION/m-p/198294#M57645</guid>
      <dc:creator />
      <dc:date>2009-12-30T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: [URGENT]ERLANG C - POISSON DISTRIBUTION - SUMMATION</title>
      <link>https://community.qlik.com/t5/QlikView/URGENT-ERLANG-C-POISSON-DISTRIBUTION-SUMMATION/m-p/198295#M57646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know im very late for this post. Hope it may help others.&lt;/P&gt;&lt;P&gt;With reference to &lt;A href="http://mitan.co.uk/erlang/elgcmath.htm" title="http://mitan.co.uk/erlang/elgcmath.htm"&gt;The Erlang-C Formula - An Introduction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Create the below mentioned variables&lt;/P&gt;&lt;P&gt;vArrivalRate -&amp;gt;&amp;nbsp;&amp;nbsp; num(NoOfCalls/(Period))&amp;nbsp; &lt;/P&gt;&lt;P&gt;vTrafficIntensity -&amp;gt; num(Ts*&lt;SPAN style="font-size: 13.3333px;"&gt;vArrivalRate &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;vAgentOccupancy -&amp;gt; num([vTraffic Intensity]/vNoOfAgents)&lt;/P&gt;&lt;P&gt;vNum -&amp;gt; pow([vTraffic Intensity],&lt;SPAN style="font-size: 13.3333px;"&gt;vNoOfAgents&lt;/SPAN&gt;)/fact(&lt;SPAN style="font-size: 13.3333px;"&gt;vNoOfAgents&lt;/SPAN&gt;) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the above variables you can calculate ErlangC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vErlangC -&amp;gt;&amp;nbsp; vNum/(vNum+(1-vAgentOccupancy)*sum(pow([vTraffic Intensity],ValueLoop(0,&lt;SPAN style="font-size: 13.3333px;"&gt;vNoOfAgents&lt;/SPAN&gt;-1,1))/fact(valueloop(0,&lt;SPAN style="font-size: 13.3333px;"&gt;vNoOfAgents&lt;/SPAN&gt;-1,1))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2017 09:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URGENT-ERLANG-C-POISSON-DISTRIBUTION-SUMMATION/m-p/198295#M57646</guid>
      <dc:creator />
      <dc:date>2017-08-19T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: [URGENT]ERLANG C - POISSON DISTRIBUTION - SUMMATION</title>
      <link>https://community.qlik.com/t5/QlikView/URGENT-ERLANG-C-POISSON-DISTRIBUTION-SUMMATION/m-p/198296#M57647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone got this to work within a table, looping over the No. of Agents by using Valueloop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 21:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/URGENT-ERLANG-C-POISSON-DISTRIBUTION-SUMMATION/m-p/198296#M57647</guid>
      <dc:creator>nate_eyster</dc:creator>
      <dc:date>2018-01-17T21:36:31Z</dc:date>
    </item>
  </channel>
</rss>

