<?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: Different Field Names -Same content - Cannot Concatenate them in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610101#M1102563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see what you are saying, but what I ideally need is for the "monthly Data" table to remain showing all data so that it does not then filter on just my selection from the description table&lt;/P&gt;&lt;P&gt;(I should have mentioned this 1st time round)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2014 12:42:30 GMT</pubDate>
    <dc:creator>helen_pip</dc:creator>
    <dc:date>2014-04-07T12:42:30Z</dc:date>
    <item>
      <title>Different Field Names -Same content - Cannot Concatenate them</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610097#M1102559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field called CWT_Monthly.Desc from 1 table&lt;/P&gt;&lt;P&gt;I have a 2nd field called CWT_Monthly_desc.desc_2 from another table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both fields contain the exact same content, but are required to be called different names for other reasons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is though although the fields need to remain being called diferent names, when I concatenate the 2 tables together to form 1 fact table the front end does not work properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an example for you to look at.&amp;nbsp; If you were to click on a selection from the "Description" list box the "Monthly Data"&amp;nbsp; table at the top of the top of the page stops working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ideally want to have 1 fact table for streamlining purposes, but do not know how to get around the fact that by having a concatenated table, the table stops showing it's data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this one please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610097#M1102559</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2014-04-07T12:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Different Field Names -Same content - Cannot Concatenate them</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610098#M1102560</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;try to do this:&lt;/P&gt;&lt;P&gt;main_data:&lt;/P&gt;&lt;P&gt;LOAD CWT_Monthly_desc.desc_month_Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; desc_percentage, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CWT_Monthly_desc.desc_2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CWT_Monthly_desc.Desc_within_time, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CWT_Monthly_desc.Desc_total&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\QLIKVIEW\DEVELOPMENT\HP\QVD\2014\CWTMONTHLYDESCQVD_2014_QLIK.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(main_data)&lt;/P&gt;&lt;P&gt;LOAD [CWT_Monthly.Month/Year], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Percentage, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CWT_Monthly.Desc, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;CWT_Monthly.Desc as CWT_Monthly_desc.desc_2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CWT_Monthly.Within Time], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CWT_Monthly.Total Seen], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CWT_Monthly.Target&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\QLIKVIEW\DEVELOPMENT\HP\QVD\2014\CWTMONTHLYQVD_2014_QLIK.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610098#M1102560</guid>
      <dc:creator>ariel_klien</dc:creator>
      <dc:date>2014-04-07T12:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Different Field Names -Same content - Cannot Concatenate them</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610099#M1102561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;To make it simple&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;table!:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CWT_Monthly.Desc from Table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Left Join&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Table2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CWT_Monthly_desc.desc_2 as&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CWT_Monthly.Desc,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CWT_Monthly_desc.desc_2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; From Table2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or please provide sme excel file&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610099#M1102561</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-07T12:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Different Field Names -Same content - Cannot Concatenate them</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610100#M1102562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see what you are saying, but what I ideally need is for the "monthly Data" table to remain showing all data so that it does not then filter on just my selection from the description table&lt;/P&gt;&lt;P&gt;(I should have mentioned this 1st time round)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610100#M1102562</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2014-04-07T12:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Different Field Names -Same content - Cannot Concatenate them</title>
      <link>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610101#M1102563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see what you are saying, but what I ideally need is for the "monthly Data" table to remain showing all data so that it does not then filter on just my selection from the description table&lt;/P&gt;&lt;P&gt;(I should have mentioned this 1st time round)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 12:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-Field-Names-Same-content-Cannot-Concatenate-them/m-p/610101#M1102563</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2014-04-07T12:42:30Z</dc:date>
    </item>
  </channel>
</rss>

