Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ricky_kersey
Contributor II
Contributor II

Data Load using Google Analytics Query Builder

Hello,

I am creating an app in Qlik Sense using Google Analytics data. I have used the GA Query Builder to build my data load query. The issue is, which I know has been pointed out in the past but I can't find a direct answer, my query URL has hard coded dates:

%26start-date%3d2019-05-31%26end-date%3d2019-07-18%

But I have two variables called vStartDate and vEndDate. How can I replace the hard coded dates with my variables?

Thanks!

Labels (2)
1 Solution

Accepted Solutions
ricky_kersey
Contributor II
Contributor II
Author

Was much easier to do than I realized:

just simply replaced the date with $(vStartDate) so it looked like  %26start-date%3d$(vStartDate)%

View solution in original post

1 Reply
ricky_kersey
Contributor II
Contributor II
Author

Was much easier to do than I realized:

just simply replaced the date with $(vStartDate) so it looked like  %26start-date%3d$(vStartDate)%