<?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: Handle multiple properties in one field (one variable) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handle-multiple-properties-in-one-field-one-variable/m-p/482301#M180247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your comment.&lt;/P&gt;&lt;P&gt;This does achieve what I need, but it also multiplies the number of records and I don't want that to happen...&lt;/P&gt;&lt;P&gt;is it possible to do this without multiplying records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit-&lt;/P&gt;&lt;P&gt;Oh wait offcourse, by loading ID (as key variable) and subfield(Variable2, ', ') as a second table it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Nov 2013 13:29:37 GMT</pubDate>
    <dc:creator>pepe2209</dc:creator>
    <dc:date>2013-11-23T13:29:37Z</dc:date>
    <item>
      <title>Handle multiple properties in one field (one variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Handle-multiple-properties-in-one-field-one-variable/m-p/482299#M180245</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 an excel document that looks like this:&lt;/P&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;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Variable1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Variable2&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AA, CC, EE&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;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BB, CC&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;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AA, DD, EE, FF&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;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BB, DD&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Variable2 for each record contains multiple properties seperated by a comma.&lt;/P&gt;&lt;P&gt;Now if I load this in Qlikview I want to use Variable2 as a graphs-dimension in a bar-chart, where each property (like 'AA' or 'BB') is a single bar. And also that the for instance ID 1 is represented in the bars for AA, CC, and EE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 13:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handle-multiple-properties-in-one-field-one-variable/m-p/482299#M180245</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2013-11-23T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Handle multiple properties in one field (one variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Handle-multiple-properties-in-one-field-one-variable/m-p/482300#M180246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Variable2 field using SubField() function, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(Variable2, ',') as Variable2&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield() would create one record for each substring separated by comma (here).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 13:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handle-multiple-properties-in-one-field-one-variable/m-p/482300#M180246</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-11-23T13:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Handle multiple properties in one field (one variable)</title>
      <link>https://community.qlik.com/t5/QlikView/Handle-multiple-properties-in-one-field-one-variable/m-p/482301#M180247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your comment.&lt;/P&gt;&lt;P&gt;This does achieve what I need, but it also multiplies the number of records and I don't want that to happen...&lt;/P&gt;&lt;P&gt;is it possible to do this without multiplying records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit-&lt;/P&gt;&lt;P&gt;Oh wait offcourse, by loading ID (as key variable) and subfield(Variable2, ', ') as a second table it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 13:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handle-multiple-properties-in-one-field-one-variable/m-p/482301#M180247</guid>
      <dc:creator>pepe2209</dc:creator>
      <dc:date>2013-11-23T13:29:37Z</dc:date>
    </item>
  </channel>
</rss>

