<?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 Connecting visitors to date &amp; hour in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Connecting-visitors-to-date-hour/m-p/1069417#M17488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to try something new, but don't really know where to start and how to do things. I have many files that look like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Connecting visitors to hour and time.PNG" class="jive-image image-1" src="/legacyfs/online/111335_Connecting visitors to hour and time.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;What I want to do is to somehow connect visitors to date and hour. I have a customers table with customer orderID as the key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. It is reasonable to make a left join to that table, isn't it?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. How do I handle that fact that there are many tables like this (1 for each month)? How can I load them into the script without&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; there being 50 tables? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. How would I visualize this in the best way later on?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm aware that there are a great deal of questions, but I'm hoping that someone can share their knowledge &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 08:04:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-12T08:04:08Z</dc:date>
    <item>
      <title>Connecting visitors to date &amp; hour</title>
      <link>https://community.qlik.com/t5/App-Development/Connecting-visitors-to-date-hour/m-p/1069417#M17488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to try something new, but don't really know where to start and how to do things. I have many files that look like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Connecting visitors to hour and time.PNG" class="jive-image image-1" src="/legacyfs/online/111335_Connecting visitors to hour and time.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;What I want to do is to somehow connect visitors to date and hour. I have a customers table with customer orderID as the key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. It is reasonable to make a left join to that table, isn't it?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. How do I handle that fact that there are many tables like this (1 for each month)? How can I load them into the script without&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; there being 50 tables? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. How would I visualize this in the best way later on?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm aware that there are a great deal of questions, but I'm hoping that someone can share their knowledge &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 08:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Connecting-visitors-to-date-hour/m-p/1069417#M17488</guid>
      <dc:creator />
      <dc:date>2016-01-12T08:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting visitors to date &amp; hour</title>
      <link>https://community.qlik.com/t5/App-Development/Connecting-visitors-to-date-hour/m-p/1069418#M17489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, so I think I managed to answer question 2. I &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;concatenated the tables into one and I'm guessing it's the right way to do it? (this is my first time I do it =D).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Betty Habtemariam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 08:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Connecting-visitors-to-date-hour/m-p/1069418#M17489</guid>
      <dc:creator />
      <dc:date>2016-01-12T08:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting visitors to date &amp; hour</title>
      <link>https://community.qlik.com/t5/App-Development/Connecting-visitors-to-date-hour/m-p/1069419#M17490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignore question 1 as well. Maybe it's not a good idea to do a left join...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Betty Habtemariam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 08:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Connecting-visitors-to-date-hour/m-p/1069419#M17490</guid>
      <dc:creator />
      <dc:date>2016-01-12T08:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting visitors to date &amp; hour</title>
      <link>https://community.qlik.com/t5/App-Development/Connecting-visitors-to-date-hour/m-p/1069420#M17491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Betty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you have figured out the solution for the 1st and 2nd questions , check the below link in QlikBranch:&lt;/P&gt;&lt;P&gt;Time line extension : &lt;A href="http://branch.qlik.com/#/project/56728f52d1e497241ae6989d" title="http://branch.qlik.com/#/project/56728f52d1e497241ae6989d"&gt;http://branch.qlik.com/#/project/56728f52d1e497241ae6989d&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2016-01-12 at 6.35.34 PM.png" class="jive-image image-1" src="/legacyfs/online/111407_Screen Shot 2016-01-12 at 6.35.34 PM.png" style="height: 256px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Connecting-visitors-to-date-hour/m-p/1069420#M17491</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-01-12T18:36:19Z</dc:date>
    </item>
  </channel>
</rss>

