<?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: Need help with table data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-help-with-table-data/m-p/1666579#M50199</link>
    <description>&lt;P&gt;&lt;BR /&gt;T1:&lt;BR /&gt;lOAD * INLINE [&lt;BR /&gt;VALUE&lt;BR /&gt;1,&lt;BR /&gt;2,&lt;BR /&gt;3,&lt;BR /&gt;4,&lt;BR /&gt;5,&lt;BR /&gt;6,&lt;BR /&gt;7,&lt;BR /&gt;8&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;lOAD * INLINE [&lt;BR /&gt;VALUE&lt;BR /&gt;1,&lt;BR /&gt;2,&lt;BR /&gt;3,&lt;BR /&gt;9,&lt;BR /&gt;10,&lt;BR /&gt;11,&lt;BR /&gt;20,&lt;BR /&gt;26&lt;BR /&gt;]&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;lOAD * INLINE [&lt;BR /&gt;VALUE&lt;BR /&gt;9,&lt;BR /&gt;11,&lt;BR /&gt;5,&lt;BR /&gt;12,&lt;BR /&gt;14,&lt;BR /&gt;16&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;lOAD * INLINE [&lt;BR /&gt;VALUE&lt;BR /&gt;14,&lt;BR /&gt;7,&lt;BR /&gt;11,&lt;BR /&gt;24,&lt;BR /&gt;25&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load VALUE where RepeatTime = 1;&lt;BR /&gt;Load VALUE, count(RowNo()) as RepeatTime resident T1 group by VALUE&lt;BR /&gt;;&lt;BR /&gt;drop tables T1;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 07:12:38 GMT</pubDate>
    <dc:creator>thi_pham</dc:creator>
    <dc:date>2020-01-17T07:12:38Z</dc:date>
    <item>
      <title>Need help with table data</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-with-table-data/m-p/1666553#M50197</link>
      <description>&lt;P&gt;please help with below problem:&lt;/P&gt;&lt;P&gt;I have four tables and need to get a final table as below:&lt;/P&gt;&lt;P&gt;Below is the sample data:&lt;/P&gt;&lt;P&gt;table1 :&amp;nbsp; field values - 1,2,3,4,5,6,7,8&lt;/P&gt;&lt;P&gt;table2: field values - 1,2,3,9,10,11,20,26&lt;/P&gt;&lt;P&gt;table3: field values- 9, 11,5, 12,14,16&lt;/P&gt;&lt;P&gt;table4: field values - 14,7,11,24,25&lt;/P&gt;&lt;P&gt;values to get in Final table required output:&amp;nbsp; 4,6,8,10,20,26,12,16,24,25&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;for example, I need to get all the data that will fall under the white area in the circles of the below image&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vd.jpg" style="width: 260px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27042i088692AF7BA5607C/image-size/large?v=v2&amp;amp;px=999" role="button" title="vd.jpg" alt="vd.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 06:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-with-table-data/m-p/1666553#M50197</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2020-01-17T06:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with table data</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-with-table-data/m-p/1666579#M50199</link>
      <description>&lt;P&gt;&lt;BR /&gt;T1:&lt;BR /&gt;lOAD * INLINE [&lt;BR /&gt;VALUE&lt;BR /&gt;1,&lt;BR /&gt;2,&lt;BR /&gt;3,&lt;BR /&gt;4,&lt;BR /&gt;5,&lt;BR /&gt;6,&lt;BR /&gt;7,&lt;BR /&gt;8&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;lOAD * INLINE [&lt;BR /&gt;VALUE&lt;BR /&gt;1,&lt;BR /&gt;2,&lt;BR /&gt;3,&lt;BR /&gt;9,&lt;BR /&gt;10,&lt;BR /&gt;11,&lt;BR /&gt;20,&lt;BR /&gt;26&lt;BR /&gt;]&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;lOAD * INLINE [&lt;BR /&gt;VALUE&lt;BR /&gt;9,&lt;BR /&gt;11,&lt;BR /&gt;5,&lt;BR /&gt;12,&lt;BR /&gt;14,&lt;BR /&gt;16&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;lOAD * INLINE [&lt;BR /&gt;VALUE&lt;BR /&gt;14,&lt;BR /&gt;7,&lt;BR /&gt;11,&lt;BR /&gt;24,&lt;BR /&gt;25&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load VALUE where RepeatTime = 1;&lt;BR /&gt;Load VALUE, count(RowNo()) as RepeatTime resident T1 group by VALUE&lt;BR /&gt;;&lt;BR /&gt;drop tables T1;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 07:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-with-table-data/m-p/1666579#M50199</guid>
      <dc:creator>thi_pham</dc:creator>
      <dc:date>2020-01-17T07:12:38Z</dc:date>
    </item>
  </channel>
</rss>

