<?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: Splitting data from one table into three distinct tables fails to use all three assigned labels - Is this a label bug? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213174#M623148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before leaving work I aliased all column names as this is only a proof of concept to create a data entry form to do maintenance on&amp;nbsp; an Oracle table.&amp;nbsp; That worked perfectly but I most certainly want to try out what you said.&amp;nbsp; I'm sure it would have been less brutal.&amp;nbsp; All values are being set to temp variables and used in an insert statement to populate the table.&amp;nbsp; This project has me populating data different data from a template table for QA and PROD simultaneously.&amp;nbsp; So far I expect will work and the inserts also work directly from an OLEDB connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2016 00:23:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-21T00:23:52Z</dc:date>
    <item>
      <title>Splitting data from one table into three distinct tables fails to use all three assigned labels - Is this a label bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213171#M623145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes the simplest thing to do seems to be the one you fall over.&amp;nbsp; My goal is to merely split data into three distinct tables inside of QlikView from one single source.&amp;nbsp; So, of course all data is the same structure and have exactly the same column names.&amp;nbsp; The source table of each line of code is the exact same table thorough an Oracle OLEDB connection.&amp;nbsp; QlikView says, "well, let me help you out here and I will put it all into one table for you.&amp;nbsp; Forget those other two labels you assigned here, you wont be needing them".&amp;nbsp; In the table viewer it put &lt;STRONG style=": ; color: #575757;"&gt;all data&lt;/STRONG&gt; into a table it I named "NEWLABEL_A".&amp;nbsp; Tables &lt;SPAN style="font-size: 13.3333px;"&gt;NEWTABLE_B&lt;/SPAN&gt; and &lt;SPAN style="font-size: 13.3333px;"&gt;NEWTABLE_C have absolutely no representation in the table viewer At all.&amp;nbsp; Just a single table named NEWLABEL_A exists containing the data from the remaining two queries as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I would expect three tables represented in the table viewer if I give them a different label.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEWLABEL_A:&amp;nbsp;&amp;nbsp; SELECT * from SAME_ORACLE_TABLE WHERE COL1 = 'A';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NEWTABLE_B&lt;/SPAN&gt;:&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;SELECT * from &lt;SPAN style="font-size: 13.3333px;"&gt;SAME_&lt;/SPAN&gt;ORACLE_TABLE WHERE COL1 = 'B';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NEWTABLE_C&lt;/SPAN&gt;:&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;SELECT * from &lt;SPAN style="font-size: 13.3333px;"&gt;SAME_&lt;/SPAN&gt;ORACLE_TABLE WHERE COL1 = 'C';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose I would need to alias every column name of each of the three sets as well so they are not joined by QlikView?&lt;/P&gt;&lt;P&gt;Is this a label bug?&amp;nbsp; I wonder why naming these other two labels is not enough.&amp;nbsp; Know any tricks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Les&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 22:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213171#M623145</guid>
      <dc:creator />
      <dc:date>2016-12-20T22:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting data from one table into three distinct tables fails to use all three assigned labels - Is this a label bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213172#M623146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this? As auto concatenation is happening here it is putting in single table. Using Qualify to identify the Fields of different tables loaded and will help to remove synthetic keys. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NEWLABEL_A:&amp;nbsp;&amp;nbsp; SELECT * from SAME_ORACLE_TABLE WHERE COL1 = 'A';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QUALIFY *;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;NoConcatenate&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;NEWTABLE_B&lt;/SPAN&gt;:&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SELECT * from &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SAME_&lt;/SPAN&gt;ORACLE_TABLE WHERE COL1 = 'B';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;QUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;NEWTABLE_C&lt;/SPAN&gt;:&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SELECT * from &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SAME_&lt;/SPAN&gt;ORACLE_TABLE WHERE COL1 = 'C';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 22:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213172#M623146</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-12-20T22:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting data from one table into three distinct tables fails to use all three assigned labels - Is this a label bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213173#M623147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your tables are &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/concatenate.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/concatenate.htm"&gt;AutoConcatenated &lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;due to their common structure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;As already suggested, NoConcatenate will prevent the autoconcatenation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can you explain why you need those tables be separated?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Maybe there is another option.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 23:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213173#M623147</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-12-20T23:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting data from one table into three distinct tables fails to use all three assigned labels - Is this a label bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213174#M623148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before leaving work I aliased all column names as this is only a proof of concept to create a data entry form to do maintenance on&amp;nbsp; an Oracle table.&amp;nbsp; That worked perfectly but I most certainly want to try out what you said.&amp;nbsp; I'm sure it would have been less brutal.&amp;nbsp; All values are being set to temp variables and used in an insert statement to populate the table.&amp;nbsp; This project has me populating data different data from a template table for QA and PROD simultaneously.&amp;nbsp; So far I expect will work and the inserts also work directly from an OLEDB connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 00:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213174#M623148</guid>
      <dc:creator />
      <dc:date>2016-12-21T00:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting data from one table into three distinct tables fails to use all three assigned labels - Is this a label bug?</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213175#M623149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with your solution that QUALIFY *; coupled with NoConcatenate will solve this problem. However, QUALIFY *; at the beginning is sufficient enough (No need to write it for every single load as well as NoConcatenate keyword). &lt;/P&gt;&lt;P&gt;Using only NoConcatenate will create three separate tables along with synthetic key (as the field names of three tables are same).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Dec 2016 19:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-data-from-one-table-into-three-distinct-tables-fails/m-p/1213175#M623149</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2016-12-24T19:46:15Z</dc:date>
    </item>
  </channel>
</rss>

