<?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: Separate data in 1 column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62621#M788673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;You can use a preload statement:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(mid(WBSSalesOrder,1,1) = 'B',WBSSalesOrder,Null()) as WBS,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(mid(WBSSalesOrder,1,1) = '3',WBSSalesOrder,Null()) as [Sales Order];&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;WBSSalesOrder&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005225829-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005317005-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005305555-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B0OC-0001092.02&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005332068-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B0OC-0021373.02&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;300536392-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005364985-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005444858-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2018 16:58:42 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2018-02-07T16:58:42Z</dc:date>
    <item>
      <title>Separate data in 1 column</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62618#M788670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi peeps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Newbie here, please be patient &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Can you help me to separate this data into 2 column please...&lt;/P&gt;&lt;P&gt;So, i want to seperate into 2 column : WBS and Sales Order.&lt;/P&gt;&lt;P&gt;WBS is all starting with "B"&lt;/P&gt;&lt;P&gt;Sales Order is all starting with "3"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192650_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aryo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62618#M788670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Separate data in 1 column</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62619#M788671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD If(Left([WBS/Sales Order], 1) = 'B', [WBS/Sales Order]) as WBS,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Left([WBS/Sales Order], 1) = '3', [WBS/Sales Order]) as [Sales Order],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62619#M788671</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-07T16:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Separate data in 1 column</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62620#M788672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(left(DataColumn,1)=3,'Sales','WBS')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62620#M788672</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-02-07T16:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Separate data in 1 column</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62621#M788673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;You can use a preload statement:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(mid(WBSSalesOrder,1,1) = 'B',WBSSalesOrder,Null()) as WBS,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(mid(WBSSalesOrder,1,1) = '3',WBSSalesOrder,Null()) as [Sales Order];&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;WBSSalesOrder&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005225829-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005317005-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005305555-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B0OC-0001092.02&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005332068-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;B0OC-0021373.02&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;300536392-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005364985-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3005444858-000100&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62621#M788673</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-02-07T16:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Separate data in 1 column</title>
      <link>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62622#M788674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can create like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15180227939448917" jivemacro_uid="_15180227939448917"&gt;
&lt;P&gt;Fact:&lt;/P&gt;
&lt;P&gt;LOAD [WBS/Sales Order] as WBS INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WBS/Sales Order&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300522829-000100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300317005-000100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300505555-000100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B0OC-0001092.02&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOC-0021373.02&lt;/P&gt;
&lt;P&gt;] where [WBS/Sales Order] like 'B*';&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;LOAD [WBS/Sales Order] as [Sales Order] INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WBS/Sales Order&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300522829-000100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300317005-000100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300505555-000100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B0OC-0001092.02&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOC-0021373.02&lt;/P&gt;
&lt;P&gt;] where [WBS/Sales Order] like '3*';&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192745_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Separate-data-in-1-column/m-p/62622#M788674</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2018-02-07T17:00:50Z</dc:date>
    </item>
  </channel>
</rss>

