<?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: How accomplish Segmentation based on Business Volume in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21214#M605346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Youssef, &lt;/P&gt;&lt;P&gt;Thank you for asking the data, I myself need concrete data to experiment with also.&lt;/P&gt;&lt;P&gt;The data that I have is not mine but I will create an excel sheet that represent the fields and the output.&lt;/P&gt;&lt;P&gt;I will get back in a moment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2018 13:48:23 GMT</pubDate>
    <dc:creator>lazurens</dc:creator>
    <dc:date>2018-05-11T13:48:23Z</dc:date>
    <item>
      <title>How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21210#M605342</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 this use case for a Qlik Sense project: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Business Volume&lt;/STRONG&gt; : the total amount of orders&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt;[Type Tier]={'CLIENT'}&amp;gt;}[Total Face Value])&lt;/P&gt;&lt;P&gt;Output : &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; ClientID&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;BV&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;3900&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;3&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;Segments&lt;/STRONG&gt; : a label based on the business volume following these rules :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(column(1)&amp;gt;=1000,'X LARGE',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((column(1)&amp;gt;=250)and (column(1)&amp;lt;=999),'LARGE',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((column(1)&amp;gt;=50)and (column(1)&amp;lt;=249),'MEDIUM',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((column(1)&amp;lt;50),'SMALL'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))))&lt;/P&gt;&lt;P&gt;&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;ClientID&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;BV_Segment&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;LARGE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;XLARGE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;3&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;MEDIUM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the dimension Person, which could have of two types (CLIENT, AFFILIATE) and a person can be both. The goal is to calculate the Business Volume of Clients and Create a label for each one based on the definition of segments.&lt;/P&gt;&lt;P&gt;The second thing is that, we need to know for a selected period the Business Volume for a Selected Client and to which Segment that Client belongs for that selected period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example : &lt;/P&gt;&lt;P&gt;Client1 has a BV=300$ for the 3months(Jan,Feb,Mar of the current year 2018) and he/she in segment=Large&lt;/P&gt;&lt;P&gt;But the same Clien1 in different period can be in segment=XLARGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know how to nest these use cases. My intention is to use aggr(), and variables all together with Set Analysis. &lt;/P&gt;&lt;P&gt;I have pasted my experiments without the date, because I didn't add the Calendar to the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21210#M605342</guid>
      <dc:creator>lazurens</dc:creator>
      <dc:date>2018-05-11T13:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21211#M605343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, do you need buckets based on client and quarter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21211#M605343</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-11T13:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21212#M605344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you be able to show us the expected final output and attach sample data to test all this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21212#M605344</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-11T13:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21213#M605345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have on my Dashboard, some filters (Year, Months, ...) so based on the selection of these filters the client expect to see the corresponding &amp;lt;Client, Segment&amp;gt; association.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21213#M605345</guid>
      <dc:creator>lazurens</dc:creator>
      <dc:date>2018-05-11T13:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21214#M605346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Youssef, &lt;/P&gt;&lt;P&gt;Thank you for asking the data, I myself need concrete data to experiment with also.&lt;/P&gt;&lt;P&gt;The data that I have is not mine but I will create an excel sheet that represent the fields and the output.&lt;/P&gt;&lt;P&gt;I will get back in a moment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21214#M605346</guid>
      <dc:creator>lazurens</dc:creator>
      <dc:date>2018-05-11T13:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21215#M605347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, it should be working already... what is the exact issue you are running into?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 13:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21215#M605347</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-11T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21216#M605348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attaching a manual Example, with a brainstorming visualization with Paint. &lt;/P&gt;&lt;P&gt;Excuse me for the poor artistic presentation of pie chart and bar charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny, It's incomplete indeed. I still don't have this functionality working I have the If statements that represents the rule for each segment isolated from the business value calculation. I need the Segmentation to take as input the output of BV and uses that to conclude the Segment, and have all that visualized in "a" chart. &lt;/P&gt;&lt;P&gt;Could be Pie Chart, or Table, or Bar chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21216#M605348</guid>
      <dc:creator>lazurens</dc:creator>
      <dc:date>2018-05-11T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21217#M605349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am putting a manual Example, with a brainstorming visualization with Paint.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Excuse me for the poor artistic presentation of pie chart and bar charts.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please follow this link &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.filedropper.com/manualexamplesegmentation" style="font-size: 10pt;" title="http://www.filedropper.com/manualexamplesegmentation"&gt;http://www.filedropper.com/manualexamplesegmentation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21217#M605349</guid>
      <dc:creator>lazurens</dc:creator>
      <dc:date>2018-05-11T14:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21218#M605350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any attachment Mohamed... did you forgot to attach it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21218#M605350</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-11T14:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21219#M605351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes indeed, I dropped the file but it was not there&lt;/P&gt;&lt;P&gt;and I can't see a button for attaching files.&lt;/P&gt;&lt;P&gt;Please use this link :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.filedropper.com/manualexamplesegmentation" style="font-size: 10pt;" title="http://www.filedropper.com/manualexamplesegmentation"&gt;http://www.filedropper.com/manualexamplesegmentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21219#M605351</guid>
      <dc:creator>lazurens</dc:creator>
      <dc:date>2018-05-11T14:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21220#M605352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create pie chart.... you would need something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(Sum({&amp;lt;[Type Tier] = {'CLIENT'}&amp;gt;} [Total Face Value]) &amp;gt;= 1000, 'X LARGE',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Sum({&amp;lt;[Type Tier] = {'CLIENT'}&amp;gt;} [Total Face Value]) &amp;gt;= 250, 'LARGE',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If((Sum({&amp;lt;[Type Tier] = {'CLIENT'}&amp;gt;} [Total Face Value]) &amp;gt;= 50, 'MEDIUM', 'SMALL'))), Client)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Count(DISTINCT Client)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21220#M605352</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-11T14:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21221#M605353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For help with attaching, you can look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 14:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21221#M605353</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-11T14:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How accomplish Segmentation based on Business Volume</title>
      <link>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21222#M605354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny,&lt;/P&gt;&lt;P&gt;I got your help, and I playing with now trying to get to the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 16:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-accomplish-Segmentation-based-on-Business-Volume/m-p/21222#M605354</guid>
      <dc:creator>lazurens</dc:creator>
      <dc:date>2018-05-11T16:10:35Z</dc:date>
    </item>
  </channel>
</rss>

