<?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: Single Table Splitted in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537108#M745749</link>
    <description>&lt;P&gt;interesting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where "&lt;SPAN&gt;If(Category =2,_Dimension)" needs to be specified? i don't find a field into the listbox properties.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 11:41:07 GMT</pubDate>
    <dc:creator>qlikviewaf</dc:creator>
    <dc:date>2019-01-30T11:41:07Z</dc:date>
    <item>
      <title>Single Table Splitted</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537019#M745745</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have the table Dimensions here below that is a list of value (area, region etc)&lt;/P&gt;&lt;P&gt;I would like to create then multiple box with specific value coming from the same table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g. BOX N1 : just value AREA, BILL BILL N°&lt;/P&gt;&lt;P&gt;BOX N2°: just values brand country custom description&lt;/P&gt;&lt;P&gt;and so on...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how i can do this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikview.PNG" style="width: 753px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4785iD090C2330EDCBE97/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikview.PNG" alt="qlikview.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537019#M745745</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Single Table Splitted</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537026#M745746</link>
      <description>&lt;P&gt;Hi, you have to make separate table dimension in your load statement.&lt;/P&gt;&lt;PRE&gt;Dimension1:
LOAD * INLINE [
_dimension1
AREA
BILL
BILL N°];

Dimension2:
LOAD * INLINE [
_dimension1
BRAND
COUNTRY
CUSTOM DESCRIPTION];&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537026#M745746</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2019-01-30T10:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Single Table Splitted</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537035#M745747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you able to attach a sample data ?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 10:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537035#M745747</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2019-01-30T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Single Table Splitted</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537098#M745748</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you able to add a field just to the Dimension field like&lt;BR /&gt;&lt;BR /&gt;LOAD * Inline&lt;BR /&gt;[&lt;BR /&gt;_Dimension,Category&lt;BR /&gt;Area,1&lt;BR /&gt;Region,1&lt;BR /&gt;Product,2&lt;BR /&gt;Product Code,2&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;And in list box 1 select&lt;BR /&gt;If(Category =2,_Dimension)&lt;BR /&gt;&lt;BR /&gt;And in second list box 2 select&lt;BR /&gt;If(Category =1,_Dimension)&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anand</description>
      <pubDate>Wed, 30 Jan 2019 11:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537098#M745748</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2019-01-30T11:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Single Table Splitted</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537108#M745749</link>
      <description>&lt;P&gt;interesting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where "&lt;SPAN&gt;If(Category =2,_Dimension)" needs to be specified? i don't find a field into the listbox properties.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 11:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537108#M745749</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2019-01-30T11:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Single Table Splitted</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537120#M745750</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am suggesting you have to add the field named "Category " in the table load of _Dimension. Which is not available on the properties.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Anand</description>
      <pubDate>Wed, 30 Jan 2019 12:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Table-Splitted/m-p/1537120#M745750</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2019-01-30T12:05:43Z</dc:date>
    </item>
  </channel>
</rss>

