<?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 How to write this formula? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340195#M125602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView also support the normdist function. You can use the help function in QlikView for some examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1144"&gt;&lt;/A&gt;&lt;A name="normdist"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;normdist&lt;/SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;value, mean, standard_dev&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns the cumulative normal distribution for the specified mean and standard deviation. &lt;SPAN class="Italic"&gt;Value&lt;/SPAN&gt; is the value at which you want to evaluate the distribution. &lt;SPAN class="Italic"&gt;Mean&lt;/SPAN&gt; is a value stating the arithmetic mean for the distribution. &lt;SPAN class="Italic"&gt;Standard_dev&lt;/SPAN&gt; is a positive value stating the standard deviation of the distribution. All arguments must be numeric, else null will be returned. If mean = 0 and standard_dev = 1, the function returns the standard normal distribution. This function is related to the &lt;A class="xref_1"&gt;&lt;EM&gt;norminv (prob, mean, standard_dev)&lt;/EM&gt;&lt;/A&gt; function in the following way: &lt;/P&gt;&lt;P&gt;If prob = &lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;normdist&lt;/SPAN&gt;(value, m, sd), then norminv(prob, m, sd) = value. &lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;normdist&lt;/SPAN&gt;( 0.5, 0, 1 ) returns 0.6914625&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 12:16:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-06T12:16:26Z</dc:date>
    <item>
      <title>How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340190#M125597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an expression which is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(LGD*NORMSDIST((1-KORRELASJON)^-0.5 *NORMSINV(PD)+(KORRELASJON/(1-KORRELASJON)^0.5)*NORMSINV(SOLVENSNIVÅ))-PD*LGD)*AVKASTN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &lt;/P&gt;&lt;P&gt;KORRELASJON = constant/variabel&lt;/P&gt;&lt;P&gt;SOLVENSNIVÅ = constant/variabel&lt;/P&gt;&lt;P&gt;AVKASTN = constant/variabel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same with LGD and PD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I put this onto one expression in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 11:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340190#M125597</guid>
      <dc:creator />
      <dc:date>2012-06-06T11:57:30Z</dc:date>
    </item>
    <item>
      <title>How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340191#M125598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Kite,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if posible please attach the sample data file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also mention what you want to do actualy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards,&lt;/P&gt;&lt;P&gt;Nilesh Gangurde &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340191#M125598</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-06-06T12:03:11Z</dc:date>
    </item>
    <item>
      <title>How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340192#M125599</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 don't have the opportunity to include a sample file at this point, but I would like to know how to put the ^ expression in qlikview as a starter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340192#M125599</guid>
      <dc:creator />
      <dc:date>2012-06-06T12:06:37Z</dc:date>
    </item>
    <item>
      <title>How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340193#M125600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;^0.5 is the square root of the value. Use the sqrt function, e.g. sqrt(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;1-KORRELASJON)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340193#M125600</guid>
      <dc:creator />
      <dc:date>2012-06-06T12:10:57Z</dc:date>
    </item>
    <item>
      <title>How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340194#M125601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But is there any function that replicates the normsdist in excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340194#M125601</guid>
      <dc:creator />
      <dc:date>2012-06-06T12:13:15Z</dc:date>
    </item>
    <item>
      <title>How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340195#M125602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView also support the normdist function. You can use the help function in QlikView for some examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1144"&gt;&lt;/A&gt;&lt;A name="normdist"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;normdist&lt;/SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;value, mean, standard_dev&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns the cumulative normal distribution for the specified mean and standard deviation. &lt;SPAN class="Italic"&gt;Value&lt;/SPAN&gt; is the value at which you want to evaluate the distribution. &lt;SPAN class="Italic"&gt;Mean&lt;/SPAN&gt; is a value stating the arithmetic mean for the distribution. &lt;SPAN class="Italic"&gt;Standard_dev&lt;/SPAN&gt; is a positive value stating the standard deviation of the distribution. All arguments must be numeric, else null will be returned. If mean = 0 and standard_dev = 1, the function returns the standard normal distribution. This function is related to the &lt;A class="xref_1"&gt;&lt;EM&gt;norminv (prob, mean, standard_dev)&lt;/EM&gt;&lt;/A&gt; function in the following way: &lt;/P&gt;&lt;P&gt;If prob = &lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;normdist&lt;/SPAN&gt;(value, m, sd), then norminv(prob, m, sd) = value. &lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;normdist&lt;/SPAN&gt;( 0.5, 0, 1 ) returns 0.6914625&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340195#M125602</guid>
      <dc:creator />
      <dc:date>2012-06-06T12:16:26Z</dc:date>
    </item>
    <item>
      <title>How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340196#M125603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In excel there is two different formulas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normdist&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Normsdist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the function replicating the latter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340196#M125603</guid>
      <dc:creator />
      <dc:date>2012-06-06T12:31:40Z</dc:date>
    </item>
    <item>
      <title>How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340197#M125604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can use the normdist, but I just wanted to know if there was a direct formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340197#M125604</guid>
      <dc:creator />
      <dc:date>2012-06-06T12:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340198#M125605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is still of value, pow(x,y) returns x to the power y.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 19:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340198#M125605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-01T19:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this formula?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340199#M125606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe there is.&lt;/P&gt;&lt;P&gt;You'll have to build it manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normsdist formula would be (from Office help):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Equation" border="0" class="jiveImage" src="http://officeimg.vo.msecnd.net/en-001/files/965/205/ZA006051214.gif" title="Equation" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vNormsdist = (1/sqrt(2*pi())) * pow(e(), -$1*(1/2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you will call on this variable, make sure to use the dollar sign expansion, i.e. $(vNormsdist(z)) where z is your parameter. hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 19:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-formula/m-p/340199#M125606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-01T19:18:42Z</dc:date>
    </item>
  </channel>
</rss>

