<?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 Using variables in a QVSource GA Feed URL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-variables-in-a-QVSource-GA-Feed-URL/m-p/495483#M480397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to loop through a load script from QVSource Google Analytics connector.&lt;/P&gt;&lt;P&gt;The script looks like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GoogleAnalyticsConnectorV3_DataFromQueryURI:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim_dateHour as DataFromQueryURI_dim_dateHour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim_eventLabel as DataFromQueryURI_dim_eventLabel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim_eventAction as DataFromQueryURI_dim_eventAction,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; metric_totalEvents as DataFromQueryURI_metric_totalEvents&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small unlinked"&gt;http://localhost:5555/QVSource/GoogleAnalyticsConnectorV3/?table=DataFromQueryURI&amp;amp;appID=&amp;amp;feed=https%3a%2f%2fwww.googleapis.com%2fanalytics%2fv3%2fdata%2fga%3fids%3dga%253A&lt;/A&gt;&lt;STRONG&gt;XXXXXXXX&lt;/STRONG&gt;%26dimensions%3dga%253AdateHour%252Cga%253AeventLabel%252Cga%253AeventAction%26metrics%3dga%253AtotalEvents%26filters%3dga%253AeventCategory%253D%7estart%2524%26start-date%3d2011-01-01%26end-date%3d2013-11-26%26max-results%3d5000]&lt;/P&gt;&lt;P&gt;(qvx);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to loop through the bolded part of the connection string; it's an 8 digit number.&lt;/P&gt;&lt;P&gt;How can I put a variable into the connection string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2013 00:01:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-27T00:01:16Z</dc:date>
    <item>
      <title>Using variables in a QVSource GA Feed URL</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-a-QVSource-GA-Feed-URL/m-p/495483#M480397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to loop through a load script from QVSource Google Analytics connector.&lt;/P&gt;&lt;P&gt;The script looks like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GoogleAnalyticsConnectorV3_DataFromQueryURI:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim_dateHour as DataFromQueryURI_dim_dateHour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim_eventLabel as DataFromQueryURI_dim_eventLabel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim_eventAction as DataFromQueryURI_dim_eventAction,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; metric_totalEvents as DataFromQueryURI_metric_totalEvents&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small unlinked"&gt;http://localhost:5555/QVSource/GoogleAnalyticsConnectorV3/?table=DataFromQueryURI&amp;amp;appID=&amp;amp;feed=https%3a%2f%2fwww.googleapis.com%2fanalytics%2fv3%2fdata%2fga%3fids%3dga%253A&lt;/A&gt;&lt;STRONG&gt;XXXXXXXX&lt;/STRONG&gt;%26dimensions%3dga%253AdateHour%252Cga%253AeventLabel%252Cga%253AeventAction%26metrics%3dga%253AtotalEvents%26filters%3dga%253AeventCategory%253D%7estart%2524%26start-date%3d2011-01-01%26end-date%3d2013-11-26%26max-results%3d5000]&lt;/P&gt;&lt;P&gt;(qvx);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to loop through the bolded part of the connection string; it's an 8 digit number.&lt;/P&gt;&lt;P&gt;How can I put a variable into the connection string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 00:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-a-QVSource-GA-Feed-URL/m-p/495483#M480397</guid>
      <dc:creator />
      <dc:date>2013-11-27T00:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using variables in a QVSource GA Feed URL</title>
      <link>https://community.qlik.com/t5/QlikView/Using-variables-in-a-QVSource-GA-Feed-URL/m-p/495484#M480398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of how I connect to my database using variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=$(vDBName);Data Source=$(vDBServer);Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=$(vWorkstation);Use Encryption for Data=False;Tag with column collation when possible=False];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that vDBName, vDBServer, and vWorkstation are all variables that I had populated earlier in my load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 14:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-variables-in-a-QVSource-GA-Feed-URL/m-p/495484#M480398</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-11-27T14:25:52Z</dc:date>
    </item>
  </channel>
</rss>

