<?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: Alternative for concatenation to flag data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905661#M314766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you also provide 5 to 6 lines of your data? or may be dummy data showing same column or field names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 06:53:01 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-04-14T06:53:01Z</dc:date>
    <item>
      <title>Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905656#M314761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a csv file about 480 MB. It has 8 columns. column 5 to 8 are data columns which i concatenate one by one in order to flag the kind of data it has. This 4 tyimes concatenation is causing huge perf issue. Even I do the alternative of Crosstable, same problem. Please advice any other alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905656#M314761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905657#M314762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;provide screen shot of data or sample data if possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905657#M314762</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2015-04-14T06:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905658#M314763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;most probably Cross table in below fashion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crosstable(data,Value,5)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;column1,&lt;/P&gt;&lt;P&gt;column2,&lt;/P&gt;&lt;P&gt;column3,&lt;/P&gt;&lt;P&gt;column4,&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from path&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905658#M314763</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2015-04-14T06:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905659#M314764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use CrossTable one by one and Concatenate them..&lt;/P&gt;&lt;P&gt;Better solution can be given only upon looking into your excel file or script which have written..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905659#M314764</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-14T06:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905660#M314765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Crosstable and concatenating or simply concatenating, both have same impact on the size of the final table generated. I want to reduce the size of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the four columns to become one column called 'Sales_Data' and then use flag to know the type.&lt;/P&gt;&lt;P&gt;Here is my script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5 as Sales_Data,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'LCD/TRD' as Type&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Source Data\IMS_Interface\QVDs\SalesFact.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6 as Sales_Data,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'LCD/MNF' as Type&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Source Data\IMS_Interface\QVDs\SalesFact.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @7 as Sales_Data,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'USD' as Type&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Source Data\IMS_Interface\QVDs\SalesFact.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @8 as Sales_Data,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'SU' as Type&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Source Data\IMS_Interface\QVDs\SalesFact.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905660#M314765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T06:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905661#M314766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you also provide 5 to 6 lines of your data? or may be dummy data showing same column or field names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905661#M314766</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-14T06:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905662#M314767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;want the last four columns to become one column called 'Sales_Data' and then use flag to know the type of data. But this is increasing the size!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905662#M314767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T06:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905663#M314768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Country Id&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Mfr ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Period&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Company&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Data1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Data2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG style="color: #ffffff; font-size: 13.3333330154419px; text-align: center;"&gt;Data3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TD&gt;Data4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014Q1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;abc234&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;484874&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;34224&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;324329&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;34270&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014Q2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;grt456&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;857855&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4754743&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;347879&lt;/TD&gt;&lt;TD&gt;3432&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2014Q3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;wer834&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;76765&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;65575&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3435656&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;87798&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2014Q4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;sdf429&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45342&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;546546&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;56789789&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;98796&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are about 10 miliion records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905663#M314768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T07:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905664#M314769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I presume that Data1, Data2, Data3 and Data4 are the Sales_Date but where is the Flag/Type here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905664#M314769</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-14T07:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905665#M314770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. You are correct. Those 4 columns are 4 types of Sales_Data. there is no flag/Tpye given. I need to introduce it.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Type:&lt;/P&gt;&lt;P&gt;Abs - for @5&lt;/P&gt;&lt;P&gt;Exc - for @6&lt;/P&gt;&lt;P&gt;Res - for @7&lt;/P&gt;&lt;P&gt;USD - for @8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905665#M314770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T07:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905666#M314771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Temp:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load [Country Id],[Mfr ID], Period, Company, Data1, Data2, Data3, Data4 From YourQVDName;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Final:&lt;BR /&gt;Load &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Country Id],[Mfr ID], Period, Company, 'Abs' as Flag, Data1 as Value Resident Temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Country Id],[Mfr ID], Period, Company, 'Exc' as Flag, Data2 as Value Resident Temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Country Id],[Mfr ID], Period, Company, 'Res' as Flag, Data3 as Value Resident Temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Country Id],[Mfr ID], Period, Company, 'USD' as Flag, Data4 as Value Resident Temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Drop Table Temp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;=============================================&lt;/P&gt;&lt;P&gt;First load full data from QVD rather than loading 4 different times. Now use Resident load which is much faster than Optimized Load... This will definitely reduce your load time...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 07:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905666#M314771</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-14T07:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905667#M314772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Yes it did reduce my load time! It would be helpful if you can also guide how to reduce the size of the table. As my primary concern is sizeas it increases my QVw size a lot and make the data modeling slower. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905667#M314772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905668#M314773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no way to reduce the size as you want to load all data and also want to transform the table with different flags...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905668#M314773</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-14T08:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for concatenation to flag data?</title>
      <link>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905669#M314774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah.. okay.. Thanks a lot!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternative-for-concatenation-to-flag-data/m-p/905669#M314774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T08:15:45Z</dc:date>
    </item>
  </channel>
</rss>

