<?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 How to Show data into Single Table when multiple rows getting generated by Model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Show-data-into-Single-Table-when-multiple-rows-getting/m-p/1341502#M413209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just started working on my first dashboard :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background :&lt;/P&gt;&lt;P&gt;I have Three Agg Tables with different granularity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;Column (DIM) : A,B ,C,D, E,F,G,H&lt;/P&gt;&lt;P&gt;Measure :M1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;A,B,M3,M4,M5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 3:&lt;/P&gt;&lt;P&gt;A,B ,C,M6,M7,M8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had synthetic key generation so to solve it I did following:&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;A|B|C|D|E as Tab_1_Key;&lt;/P&gt;&lt;P&gt;A|B as Tab_2_Key&lt;/P&gt;&lt;P&gt;A|B|C as Tab 3_Key&lt;/P&gt;&lt;P&gt;M1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;A|B|C|NULL|NULL as Tab_1_Key;&lt;/P&gt;&lt;P&gt;A|B as Tab_2_Key&lt;/P&gt;&lt;P&gt;A|B|NULL as Tab 3_Key&lt;/P&gt;&lt;P&gt;M3,M4,M5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 3: &lt;/P&gt;&lt;P&gt;A|B|C|NULL|NULL as Tab_1_Key;&lt;/P&gt;&lt;P&gt;A|B as Tab_2_Key&lt;/P&gt;&lt;P&gt;A|B|C as Tab 3_Key&lt;/P&gt;&lt;P&gt;M6,M7,M8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LINK :&lt;/P&gt;&lt;P&gt;Tab_1_Key,Tab_2_Key,Tab 3_Key,D, E,F,G,H From Table 1&lt;/P&gt;&lt;P&gt;Concat&lt;/P&gt;&lt;P&gt;Tab_1_Key,Tab_2_Key,Tab 3_Key,A,B from Table 2&lt;/P&gt;&lt;P&gt;Concat&lt;/P&gt;&lt;P&gt;Tab_1_Key,Tab_2_Key,Tab 3_Key,A,B,C from Table 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666699;"&gt;&lt;EM&gt;&lt;STRONG&gt;This Solved My Issue&amp;nbsp; of Key and I have perfect Link table created .&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; text-decoration: underline;"&gt;Issue :&lt;/STRONG&gt; I am trying to give users Report where by clicking box they can select Dim and Measure in Chart Table&amp;nbsp; so based on selection Table will form automatically .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is that whenever I select D,E,F column with other measures from Table 2 ; There are two rows coming One with NULL as D and other with actual value . Same goes for E and F . I understand this is because of the Tab_1_Key formed at Table 2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003300;"&gt;I need help to display only one row in Chart table&amp;nbsp; , can someone please guide how to get this .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jun 2017 10:30:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-06-09T10:30:06Z</dc:date>
    <item>
      <title>How to Show data into Single Table when multiple rows getting generated by Model</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Show-data-into-Single-Table-when-multiple-rows-getting/m-p/1341502#M413209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just started working on my first dashboard :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background :&lt;/P&gt;&lt;P&gt;I have Three Agg Tables with different granularity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;Column (DIM) : A,B ,C,D, E,F,G,H&lt;/P&gt;&lt;P&gt;Measure :M1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;A,B,M3,M4,M5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 3:&lt;/P&gt;&lt;P&gt;A,B ,C,M6,M7,M8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had synthetic key generation so to solve it I did following:&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;A|B|C|D|E as Tab_1_Key;&lt;/P&gt;&lt;P&gt;A|B as Tab_2_Key&lt;/P&gt;&lt;P&gt;A|B|C as Tab 3_Key&lt;/P&gt;&lt;P&gt;M1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;A|B|C|NULL|NULL as Tab_1_Key;&lt;/P&gt;&lt;P&gt;A|B as Tab_2_Key&lt;/P&gt;&lt;P&gt;A|B|NULL as Tab 3_Key&lt;/P&gt;&lt;P&gt;M3,M4,M5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 3: &lt;/P&gt;&lt;P&gt;A|B|C|NULL|NULL as Tab_1_Key;&lt;/P&gt;&lt;P&gt;A|B as Tab_2_Key&lt;/P&gt;&lt;P&gt;A|B|C as Tab 3_Key&lt;/P&gt;&lt;P&gt;M6,M7,M8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LINK :&lt;/P&gt;&lt;P&gt;Tab_1_Key,Tab_2_Key,Tab 3_Key,D, E,F,G,H From Table 1&lt;/P&gt;&lt;P&gt;Concat&lt;/P&gt;&lt;P&gt;Tab_1_Key,Tab_2_Key,Tab 3_Key,A,B from Table 2&lt;/P&gt;&lt;P&gt;Concat&lt;/P&gt;&lt;P&gt;Tab_1_Key,Tab_2_Key,Tab 3_Key,A,B,C from Table 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666699;"&gt;&lt;EM&gt;&lt;STRONG&gt;This Solved My Issue&amp;nbsp; of Key and I have perfect Link table created .&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; text-decoration: underline;"&gt;Issue :&lt;/STRONG&gt; I am trying to give users Report where by clicking box they can select Dim and Measure in Chart Table&amp;nbsp; so based on selection Table will form automatically .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is that whenever I select D,E,F column with other measures from Table 2 ; There are two rows coming One with NULL as D and other with actual value . Same goes for E and F . I understand this is because of the Tab_1_Key formed at Table 2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003300;"&gt;I need help to display only one row in Chart table&amp;nbsp; , can someone please guide how to get this .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 10:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Show-data-into-Single-Table-when-multiple-rows-getting/m-p/1341502#M413209</guid>
      <dc:creator />
      <dc:date>2017-06-09T10:30:06Z</dc:date>
    </item>
  </channel>
</rss>

