<?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: Combine multiple dimensions into one on bar graph in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1609429#M45265</link>
    <description>&lt;P&gt;Try data transpose using cross table load to get all the products in single column.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2019 14:07:16 GMT</pubDate>
    <dc:creator>saurabh_karlewar</dc:creator>
    <dc:date>2019-08-05T14:07:16Z</dc:date>
    <item>
      <title>Combine multiple dimensions into one on bar graph</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1608960#M45215</link>
      <description>&lt;P&gt;I am trying to sum the sales of dealers by product lines they carry, the only issue is the product lines are spread out between 3 different fields. A product line can be in the Product Line 1 field for one dealer, and in Product Line 2 field for another dealer.&amp;nbsp; I'm trying to use the Product lines as a dimension in my chart and the yearly sales as my measures.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example layout of the data. Any dealer who has Apples as a product, I want to combine combine their sales into one bar on my chart. Any dealer who has Bananas, I want their sales to be combined into another bar. It's just to basically see how our Apples dealers are doing, how our Banana dealers are doing, etc sales wise.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Data Example.PNG" style="width: 481px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16459i5EE4EB265C555D56/image-size/large?v=v2&amp;amp;px=999" role="button" title="Data Example.PNG" alt="Data Example.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1608960#M45215</guid>
      <dc:creator>chris_soto</dc:creator>
      <dc:date>2024-11-16T20:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Combine multiple dimensions into one on bar graph</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1609009#M45227</link>
      <description>&lt;P&gt;Please follow below Process&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD * Inline&lt;BR /&gt;[&lt;BR /&gt;Dealer,Product Line 1,Product Line 2,Product Line 3,2019 Sales&lt;BR /&gt;Bills Store, Apples,Bananas,Carroes,1000&lt;BR /&gt;Joes Store, Bananas,Apples,Grapes,2000&lt;BR /&gt;Dereks Store, Apples, Grapes, Pretzels,3200&lt;BR /&gt;Jims Store, Oranges, Apples, Peaches, 1500&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NewTable:&lt;BR /&gt;LOAD&lt;BR /&gt;Dealer,&lt;BR /&gt;[Product Line 1] as Product&lt;BR /&gt;Resident Data;&lt;BR /&gt;Concatenate(NewTable)&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;Dealer,&lt;BR /&gt;[Product Line 2] as Product&lt;BR /&gt;Resident Data;&lt;BR /&gt;Concatenate(NewTable)&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;Dealer,&lt;BR /&gt;[Product Line 3] as Product&lt;BR /&gt;Resident Data;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 17:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1609009#M45227</guid>
      <dc:creator>bharathadde</dc:creator>
      <dc:date>2019-08-02T17:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Combine multiple dimensions into one on bar graph</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1609410#M45261</link>
      <description>&lt;P&gt;Thank you for your response, however I'm not sure this will work for me because in my live data I have thousands of dealers that are always being added and deleted, along with changing sales dollars. Is there something that would work for this?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 13:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1609410#M45261</guid>
      <dc:creator>chris_soto</dc:creator>
      <dc:date>2019-08-05T13:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Combine multiple dimensions into one on bar graph</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1609429#M45265</link>
      <description>&lt;P&gt;Try data transpose using cross table load to get all the products in single column.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 14:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1609429#M45265</guid>
      <dc:creator>saurabh_karlewar</dc:creator>
      <dc:date>2019-08-05T14:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Combine multiple dimensions into one on bar graph</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1609911#M45299</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I think Saurabh's CrossTable approach is the best way forward.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/crosstable.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/crosstable.htm&lt;/A&gt;&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="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16621i04C37DAAECF69456/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Data:
LOAD
    *
FROM [lib://Data_Store/Sales_Data.xlsx]
(ooxml, embedded labels, table is Sales_Data);


Product:
CrossTable ([Product Line_Temp],[Product Line],1)
LOAD 
	Dealer,
    [Product Line 1],
    [Product Line 2],
    [Product Line 3],
    [Product Line 4]
Resident Data;


Drop Fields 
	[Product Line 1],
    [Product Line 2],
    [Product Line 3],
    [Product Line 4],
    [Product Line_Temp]
;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 15:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-multiple-dimensions-into-one-on-bar-graph/m-p/1609911#M45299</guid>
      <dc:creator>jatishqv</dc:creator>
      <dc:date>2019-08-06T15:34:20Z</dc:date>
    </item>
  </channel>
</rss>

