<?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: getting the data at some field level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/getting-the-data-at-some-field-level/m-p/1411898#M426884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD ID&lt;/P&gt;&lt;P&gt;FROM XYZ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (&lt;SPAN style="font-size: 13.3333px;"&gt;Table1&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD ID&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM XYZ;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LEFT JOIN (&lt;SPAN style="font-size: 13.3333px;"&gt;Table1&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table3:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD ID&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM XYZ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 05:59:00 GMT</pubDate>
    <dc:creator>afsarshaikh</dc:creator>
    <dc:date>2017-09-14T05:59:00Z</dc:date>
    <item>
      <title>getting the data at some field level</title>
      <link>https://community.qlik.com/t5/QlikView/getting-the-data-at-some-field-level/m-p/1411895#M426881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have 3 tables joined in my data model,&lt;/P&gt;&lt;P&gt;but first table is at id1 level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2 is at id2 level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to roll up both tables at id1 level only ,&lt;/P&gt;&lt;P&gt;how to do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 05:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-the-data-at-some-field-level/m-p/1411895#M426881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-14T05:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: getting the data at some field level</title>
      <link>https://community.qlik.com/t5/QlikView/getting-the-data-at-some-field-level/m-p/1411896#M426882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load id1 as id1 from T1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load id2 as id1 from T2;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 05:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-the-data-at-some-field-level/m-p/1411896#M426882</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-14T05:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: getting the data at some field level</title>
      <link>https://community.qlik.com/t5/QlikView/getting-the-data-at-some-field-level/m-p/1411897#M426883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do we require to do group by as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 05:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-the-data-at-some-field-level/m-p/1411897#M426883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-14T05:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: getting the data at some field level</title>
      <link>https://community.qlik.com/t5/QlikView/getting-the-data-at-some-field-level/m-p/1411898#M426884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD ID&lt;/P&gt;&lt;P&gt;FROM XYZ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (&lt;SPAN style="font-size: 13.3333px;"&gt;Table1&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD ID&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM XYZ;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LEFT JOIN (&lt;SPAN style="font-size: 13.3333px;"&gt;Table1&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table3:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD ID&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM XYZ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 05:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-the-data-at-some-field-level/m-p/1411898#M426884</guid>
      <dc:creator>afsarshaikh</dc:creator>
      <dc:date>2017-09-14T05:59:00Z</dc:date>
    </item>
  </channel>
</rss>

