<?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 Google analytics set expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-analytics-set-expression/m-p/399744#M490176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm building a Qlikview to display some information from Google analytics, but I'm having some problems with a set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following fields that are relevant: &lt;/P&gt;&lt;P&gt;Data_dim_medium (this holds 'organic' for organic traffic and 'cpc' for paid traffic)&lt;/P&gt;&lt;P&gt;Data_date_qv (this holds the dates, for now 30 dates, 2012-09-01 through 2012-09-30)&lt;/P&gt;&lt;P&gt;Doublewords (A table containing all keywords that are present both as organic and paid, meaning people used these keywords to get to my site, but I also buy these keywords).&lt;/P&gt;&lt;P&gt;Data_metric_visits (number of visits to my site)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I want is a list with Doublewords as dimension, showing organic visits when ads were off, and organic visists when ads are on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="581"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="90"&gt;Doublewords&lt;/TD&gt;&lt;TD width="128"&gt;Organic visits ad on&lt;/TD&gt;&lt;TD width="130"&gt;Organic visits ad off&lt;/TD&gt;&lt;TD width="123"&gt;Total organic visits&lt;/TD&gt;&lt;TD width="110"&gt;Total Paid visists&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;word1&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;TD align="right"&gt;25&lt;/TD&gt;&lt;TD align="right"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;word2&lt;/TD&gt;&lt;TD align="right"&gt;11&lt;/TD&gt;&lt;TD align="right"&gt;16&lt;/TD&gt;&lt;TD align="right"&gt;26&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;etc.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below expression (Organic visists ad on) works if I select a specific word from the list Doublewords, but not as a pivot chart with doublewords as a dimension. What should I change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Organic visists ad on:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; =Sum({$&amp;lt;Data_dim_medium={'organic'},Data_date_qv=P({&amp;lt;Data_dim_medium={'cpc'}&amp;gt;}Data_date_qv)&amp;gt;}Data_metric_visits)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Total organic visists:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Data_dim_medium={'organic'}&amp;gt;} Data_metric_visists)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Total paid visists:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Data_dim_medium={'cpc'}&amp;gt;} Data_metric_visists)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2012 13:50:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-10T13:50:16Z</dc:date>
    <item>
      <title>Google analytics set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Google-analytics-set-expression/m-p/399744#M490176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm building a Qlikview to display some information from Google analytics, but I'm having some problems with a set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following fields that are relevant: &lt;/P&gt;&lt;P&gt;Data_dim_medium (this holds 'organic' for organic traffic and 'cpc' for paid traffic)&lt;/P&gt;&lt;P&gt;Data_date_qv (this holds the dates, for now 30 dates, 2012-09-01 through 2012-09-30)&lt;/P&gt;&lt;P&gt;Doublewords (A table containing all keywords that are present both as organic and paid, meaning people used these keywords to get to my site, but I also buy these keywords).&lt;/P&gt;&lt;P&gt;Data_metric_visits (number of visits to my site)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I want is a list with Doublewords as dimension, showing organic visits when ads were off, and organic visists when ads are on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="581"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="90"&gt;Doublewords&lt;/TD&gt;&lt;TD width="128"&gt;Organic visits ad on&lt;/TD&gt;&lt;TD width="130"&gt;Organic visits ad off&lt;/TD&gt;&lt;TD width="123"&gt;Total organic visits&lt;/TD&gt;&lt;TD width="110"&gt;Total Paid visists&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;word1&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;TD align="right"&gt;25&lt;/TD&gt;&lt;TD align="right"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;word2&lt;/TD&gt;&lt;TD align="right"&gt;11&lt;/TD&gt;&lt;TD align="right"&gt;16&lt;/TD&gt;&lt;TD align="right"&gt;26&lt;/TD&gt;&lt;TD align="right"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;etc.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below expression (Organic visists ad on) works if I select a specific word from the list Doublewords, but not as a pivot chart with doublewords as a dimension. What should I change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Organic visists ad on:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; =Sum({$&amp;lt;Data_dim_medium={'organic'},Data_date_qv=P({&amp;lt;Data_dim_medium={'cpc'}&amp;gt;}Data_date_qv)&amp;gt;}Data_metric_visits)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Total organic visists:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Data_dim_medium={'organic'}&amp;gt;} Data_metric_visists)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Total paid visists:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Data_dim_medium={'cpc'}&amp;gt;} Data_metric_visists)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 13:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-analytics-set-expression/m-p/399744#M490176</guid>
      <dc:creator />
      <dc:date>2012-10-10T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Google analytics set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Google-analytics-set-expression/m-p/399745#M490177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I figured out the problem, but still don't know how to solve it.&lt;/P&gt;&lt;P&gt;The set expression doesn't change over the dimension (probably obvious to some, but not to me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found some similar problems but can't seem to translate it into my specific issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/226783"&gt;http://community.qlik.com/message/226783&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-1335"&gt;http://community.qlik.com/docs/DOC-1335&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 06:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-analytics-set-expression/m-p/399745#M490177</guid>
      <dc:creator />
      <dc:date>2012-10-12T06:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Google analytics set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Google-analytics-set-expression/m-p/399746#M490178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found a way, if you want, you can see here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://bit.ly/1PQZ0Wj" rel="nofollow"&gt;http://bit.ly/1PQZ0Wj&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 18:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-analytics-set-expression/m-p/399746#M490178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-17T18:35:21Z</dc:date>
    </item>
  </channel>
</rss>

