<?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 split 2 data from 1 column in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-split-2-data-from-1-column/m-p/1202888#M74635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;Here is my data (image attached), data represent sex and ages, i need to be able to split them in 2 columns in order to be able to create a graph like this (Facebook_split).&lt;/P&gt;&lt;P&gt;What would be the best in Qlikview to recreate the grah called "Facebook_split" ? and how do you split the values ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JP &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 14:25:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-05T14:25:42Z</dc:date>
    <item>
      <title>How to split 2 data from 1 column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-split-2-data-from-1-column/m-p/1202888#M74635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;Here is my data (image attached), data represent sex and ages, i need to be able to split them in 2 columns in order to be able to create a graph like this (Facebook_split).&lt;/P&gt;&lt;P&gt;What would be the best in Qlikview to recreate the grah called "Facebook_split" ? and how do you split the values ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JP &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 14:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-split-2-data-from-1-column/m-p/1202888#M74635</guid>
      <dc:creator />
      <dc:date>2016-10-05T14:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to split 2 data from 1 column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-split-2-data-from-1-column/m-p/1202889#M74636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can split the sub_name field with:&lt;/P&gt;&lt;P&gt;subfield(sub_name,".",1) as Sex,&lt;/P&gt;&lt;P&gt;subfield(sub_name,".",2) as Age,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-split-2-data-from-1-column/m-p/1202889#M74636</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2016-10-05T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to split 2 data from 1 column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-split-2-data-from-1-column/m-p/1202890#M74637</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;load&lt;/P&gt;&lt;P&gt;subfield(sub_name,'.',1) as sex,&lt;/P&gt;&lt;P&gt;subfield(sub_name,'.',2) as ageclass,&lt;/P&gt;&lt;P&gt;value&lt;/P&gt;&lt;P&gt;from yourdata;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-split-2-data-from-1-column/m-p/1202890#M74637</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2016-10-05T16:07:39Z</dc:date>
    </item>
  </channel>
</rss>

