<?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: join help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304147#M406096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope this is what you want, let me know if this does not work for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 19:45:04 GMT</pubDate>
    <dc:creator>aarkay29</dc:creator>
    <dc:date>2017-03-29T19:45:04Z</dc:date>
    <item>
      <title>join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304139#M406088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam trying to join and get data in such a way that&lt;/P&gt;&lt;P&gt;when there is a match for a number from table1 in table2 , I would need to display the fname and lname from table1&lt;/P&gt;&lt;P&gt;and when there is no match for a number, I simply need to show the number from table2&lt;/P&gt;&lt;P&gt;I have attached some sample data.&lt;/P&gt;&lt;P&gt;Please help me with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 15:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304139#M406088</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-29T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304140#M406089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this??&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158135_Capture.PNG" style="height: 381px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[number,fname,Lname&lt;/P&gt;&lt;P&gt;4321,rob,dan&lt;/P&gt;&lt;P&gt;6879,svet,shan&lt;/P&gt;&lt;P&gt;7432,kina,jone&lt;/P&gt;&lt;P&gt;2134,anna,aime&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;number,minutes&lt;/P&gt;&lt;P&gt;12345,10&lt;/P&gt;&lt;P&gt;5678,20&lt;/P&gt;&lt;P&gt;7890,30&lt;/P&gt;&lt;P&gt;4321,5&lt;/P&gt;&lt;P&gt;6879,8&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 16:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304140#M406089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T16:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304141#M406090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;May be this &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if you want to avoid customer numbers in table2 containing fname and lname have no match from table 1 and table 2&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;number,minutes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;12345,10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5678,20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7890,30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4321,5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6879,8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;number,fname,Lname&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4321,rob,dan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6879,svet,shan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7432,kina,jone&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2134,anna,aime&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 16:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304141#M406090</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-03-29T16:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304142#M406091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a bar chart&lt;/P&gt;&lt;P&gt;for a certain date&lt;/P&gt;&lt;P&gt;on x-axis I will have to show customer name from table1, if there is a match for number&lt;/P&gt;&lt;P&gt;else , if there is no match for a number, I will have to show only the number from table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on y-axis I need to show by timeperiod&amp;nbsp; and dollars. I have attached spreadsheet to my post.&lt;/P&gt;&lt;P&gt;please help with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304142#M406091</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-29T17:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304143#M406092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please help with this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304143#M406092</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-29T18:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304144#M406093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please help with bar chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 19:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304144#M406093</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-29T19:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304145#M406094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post sample output that you are looking for? Please!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 19:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304145#M406094</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-03-29T19:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304146#M406095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached the file that I was trying to work on. bar chart or combo chart&lt;/P&gt;&lt;P&gt;for a given date , on the x-axis, I need to show name of the person (name from tab1 ...if there is a number match in both the tables).&lt;/P&gt;&lt;P&gt;If there is no number match, I need to show the number itself (from tab2)on the x-axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on y-axis I need to show count of timeperiod or bill amount&lt;/P&gt;&lt;P&gt;I was wondering what all I need to add in the group and expression.&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 19:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304146#M406095</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-29T19:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304147#M406096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope this is what you want, let me know if this does not work for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 19:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304147#M406096</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-03-29T19:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304148#M406097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works amazing&lt;/P&gt;&lt;P&gt;but like yours, how to get denominations of 0,2,...12 on left side of y-axis and 0,50,..100 on right side of y-axis ?&lt;/P&gt;&lt;P&gt;and bars look tiny&lt;/P&gt;&lt;P&gt;&lt;IMG alt="d1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158167_d1.JPG" style="width: 620px; height: 177px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 20:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304148#M406097</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-29T20:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304149#M406098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 20:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304149#M406098</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-03-29T20:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: join help</title>
      <link>https://community.qlik.com/t5/QlikView/join-help/m-p/1304150#M406099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 20:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-help/m-p/1304150#M406099</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-29T20:25:09Z</dc:date>
    </item>
  </channel>
</rss>

