<?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: Google Analytics Connector Data query from URI dynamic date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Google-Analytics-Connector-Data-query-from-URI-dynamic-date/m-p/601996#M222597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="line" style="padding-left: 10px;"&gt;We have an example of this in our demo QVSource application:&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;&lt;A href="https://github.com/QVSource/QVSource-Google-Analytics-Starter-App-For-QlikView-V2" title="https://github.com/QVSource/QVSource-Google-Analytics-Starter-App-For-QlikView-V2"&gt;QVSource/QVSource-Google-Analytics-Starter-App-For-QlikView-V2 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;Basically you can use something like this:&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;let vToday = Date(timestamp(now(1)));&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;let vTodayString = date(vToday, 'YYYY-MM-DD');&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost.......................start-date%3D2012-03-01%26end-date%3D2014-04-04]%28qvx%29%3B/" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;http://localhost:.......................start-date%3d2012-03-01%26end-date%3d$(vTodayString)](qvx);&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2014 07:21:43 GMT</pubDate>
    <dc:creator>chrisbrain</dc:creator>
    <dc:date>2014-04-23T07:21:43Z</dc:date>
    <item>
      <title>Google Analytics Connector Data query from URI dynamic date</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Analytics-Connector-Data-query-from-URI-dynamic-date/m-p/601995#M222596</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 have load script which has been pulled from GoogleAnalyticsConnectorV3_DataFromQueryURI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&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;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:.......................start-date%3d2012-03-01%26end-date%3d2014-04-04](qvx);"&gt;http://localhost:.......................start-date%3d2012-03-01%26end-date%3d2014-04-04](qvx);&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client is asking me to use today's date in place of end-date%3d2014-04-04. Because every time client doesn't want to go to the google API to get Query URI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can make it dynamically??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Analytics-Connector-Data-query-from-URI-dynamic-date/m-p/601995#M222596</guid>
      <dc:creator />
      <dc:date>2014-04-22T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Google Analytics Connector Data query from URI dynamic date</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Analytics-Connector-Data-query-from-URI-dynamic-date/m-p/601996#M222597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="line" style="padding-left: 10px;"&gt;We have an example of this in our demo QVSource application:&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;&lt;A href="https://github.com/QVSource/QVSource-Google-Analytics-Starter-App-For-QlikView-V2" title="https://github.com/QVSource/QVSource-Google-Analytics-Starter-App-For-QlikView-V2"&gt;QVSource/QVSource-Google-Analytics-Starter-App-For-QlikView-V2 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;Basically you can use something like this:&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;let vToday = Date(timestamp(now(1)));&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;let vTodayString = date(vToday, 'YYYY-MM-DD');&lt;/P&gt;&lt;P class="line" style="padding-left: 10px;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost.......................start-date%3D2012-03-01%26end-date%3D2014-04-04]%28qvx%29%3B/" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;http://localhost:.......................start-date%3d2012-03-01%26end-date%3d$(vTodayString)](qvx);&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 07:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Analytics-Connector-Data-query-from-URI-dynamic-date/m-p/601996#M222597</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2014-04-23T07:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Google Analytics Connector Data query from URI dynamic date</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Analytics-Connector-Data-query-from-URI-dynamic-date/m-p/601997#M222598</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;Did you any one come across the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 12:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Analytics-Connector-Data-query-from-URI-dynamic-date/m-p/601997#M222598</guid>
      <dc:creator />
      <dc:date>2014-04-23T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Google Analytics Connector Data query from URI dynamic date</title>
      <link>https://community.qlik.com/t5/QlikView/Google-Analytics-Connector-Data-query-from-URI-dynamic-date/m-p/601998#M222599</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:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Google-Analytics-Connector-Data-query-from-URI-dynamic-date/m-p/601998#M222599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-17T18:45:54Z</dc:date>
    </item>
  </channel>
</rss>

