<?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: Help with a formula!! in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-with-a-formula/m-p/2489815#M101856</link>
    <description>&lt;P&gt;Hi - how do you know the split&amp;nbsp;&lt;SPAN&gt;sales of NY|WA|NJ&amp;nbsp;is&amp;nbsp;3000|2000|1000 ? is thre any other columns that has these numbers and then you are summing up to get the sum 6000 for these 3 states?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 04:38:28 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2024-10-30T04:38:28Z</dc:date>
    <item>
      <title>Help with a formula!!</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-a-formula/m-p/2489756#M101852</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I created a table and one of its columns is made after the formula Concat(Distinct NiSSoo°Ett, ' | ') which gives back results in every row in this fashion (i will give the example for three of the rows). By the way, NY,WA,NJ;WY AND AL are stores.&lt;/P&gt;
&lt;P&gt;NY|WA|NJ&lt;/P&gt;
&lt;P&gt;WY|WA|NJ&lt;/P&gt;
&lt;P&gt;AL|WA|WY&lt;/P&gt;
&lt;P&gt;and then there is a column which is total , calculated with the formula sum(total) that calculates the total sales of each of these rows, gives results like this.&lt;/P&gt;
&lt;P&gt;6000&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5000&lt;/P&gt;
&lt;P&gt;4000&lt;/P&gt;
&lt;P&gt;Being 6000 the sum of sales of NY|WA|NJ , 5000 the sum of sales of WY|WA|NJ and 4000 the sum of sales of AL|WA|WY.&lt;/P&gt;
&lt;P&gt;I would like to have another column that separates the sales of each of them in the following fashion&lt;/P&gt;
&lt;P&gt;3000|2000|1000&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2500|2000|500&lt;/P&gt;
&lt;P&gt;1500|1500|1000&lt;/P&gt;
&lt;P&gt;Being 3000 the sales of NY, 2000 the sales of WA and 1000 the sales for NJ, and respectively fort he other two rows.&lt;/P&gt;
&lt;P&gt;for your understanding, attached you will find an example of what i have right now, and what i would like to get.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-a-formula/m-p/2489756#M101852</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-11-15T20:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a formula!!</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-a-formula/m-p/2489761#M101853</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For this output, you'd need to use the AGGR() function that will concatenate pre-summarized numbers for each store. In the dimensions of the AGGR, use all chart dimensions, in addition to the store code. Something like this:&lt;/P&gt;
&lt;P&gt;Concat(&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AGGR( sum(Sales), Dim1, Dim2, Store)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; , '|'&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/P&gt;
&lt;P&gt;You may need to add the desired number formatting and sorting options within the AGGR(), to ensure that the amounts and the store codes are sorted the same way.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 15:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-a-formula/m-p/2489761#M101853</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2024-10-29T15:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a formula!!</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-a-formula/m-p/2489815#M101856</link>
      <description>&lt;P&gt;Hi - how do you know the split&amp;nbsp;&lt;SPAN&gt;sales of NY|WA|NJ&amp;nbsp;is&amp;nbsp;3000|2000|1000 ? is thre any other columns that has these numbers and then you are summing up to get the sum 6000 for these 3 states?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 04:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-a-formula/m-p/2489815#M101856</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2024-10-30T04:38:28Z</dc:date>
    </item>
  </channel>
</rss>

