<?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 funnel conversion rate in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculate-funnel-conversion-rate/m-p/1355049#M30257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a conversion rate funnel for an ecommerce page. To achieve that I count visitors who visited a page and divide the number by total visitors of the previous page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px;"&gt;My formula with f&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #575757;"&gt;irst page = LandingPage and second page = UserInput&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;idvisit = visits/ visitors&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;page = name of the page&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Logic: Visitors of &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;UserInput &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;who came from LandingPage divided by total visitors of LandingPage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14996785468054457 jive_text_macro" jivemacro_uid="_14996785468054457" modifiedtitle="true"&gt;
&lt;P&gt;count(&lt;/P&gt;
&lt;P&gt;{$&amp;lt;idvisit = p({1&amp;lt;page={'LandingPage'}&amp;gt;}),&lt;/P&gt;
&lt;P&gt;page={'UserInput'}&amp;gt;} distinct(idvisit)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;/&lt;/P&gt;
&lt;P&gt;count(&lt;/P&gt;
&lt;P&gt;{$&amp;lt;page={'LandingPage'}&amp;gt;} distinct(idvisit)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody tell me if my formula is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2017 09:39:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-07-10T09:39:37Z</dc:date>
    <item>
      <title>Calculate funnel conversion rate</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-funnel-conversion-rate/m-p/1355049#M30257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a conversion rate funnel for an ecommerce page. To achieve that I count visitors who visited a page and divide the number by total visitors of the previous page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px;"&gt;My formula with f&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #575757;"&gt;irst page = LandingPage and second page = UserInput&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;idvisit = visits/ visitors&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;page = name of the page&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Logic: Visitors of &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;UserInput &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;who came from LandingPage divided by total visitors of LandingPage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14996785468054457 jive_text_macro" jivemacro_uid="_14996785468054457" modifiedtitle="true"&gt;
&lt;P&gt;count(&lt;/P&gt;
&lt;P&gt;{$&amp;lt;idvisit = p({1&amp;lt;page={'LandingPage'}&amp;gt;}),&lt;/P&gt;
&lt;P&gt;page={'UserInput'}&amp;gt;} distinct(idvisit)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;/&lt;/P&gt;
&lt;P&gt;count(&lt;/P&gt;
&lt;P&gt;{$&amp;lt;page={'LandingPage'}&amp;gt;} distinct(idvisit)&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody tell me if my formula is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 09:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-funnel-conversion-rate/m-p/1355049#M30257</guid>
      <dc:creator />
      <dc:date>2017-07-10T09:39:37Z</dc:date>
    </item>
  </channel>
</rss>

