<?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 to create a box plot ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329021#M28958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yeo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Box plot in Qlik Sense accepts only two dimensions and one measure. So in our earlier case I have already aggregated it the two dimension level (Year and Brand) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year - Agggregation dimension&lt;/P&gt;&lt;P&gt;Brand - Plotting dimension&lt;/P&gt;&lt;P&gt;Sales - Measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you want to look at the box plot at both the Year and Brand level then one option I can think of is to combine the Brand and Year into a single dimension (plotting dimension). You may have the values at basic transaction level (Aggregation dime = 'Sales') or you may have them aggregated at a different level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to come back with a changed qvf doc later if you need it.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Aushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2017 06:04:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-28T06:04:10Z</dc:date>
    <item>
      <title>How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329012#M28949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I want to plot the box plot chart by Brand vs sales.&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I get only one items. on the chart.&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;For Brand Core i have 6 items.&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;How to make the chart display 6 items ?&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 08:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329012#M28949</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-07-05T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329013#M28950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Box Plot needs a minimum of one dimension and one measure. In your case you have Brand - a clear dimension and then 'Sales' - which is your measure.So Qlik Sense first aggregates the Sales by the 6 Brands and plots a single Box Plot for the six aggregated sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to view a box for each brand then you will need to add another dimension (first dimension) which&amp;nbsp; depends on how you wish to aggregate your sales.Brand will be your second dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I included the 'Year ' field and what is does is it calculates the Sales by Year for each brand and the box plot is plotted for each brand according to its yearly sales values (you may see it by daily sales, monthly sales or at any another level)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to look at the box plot for the atomic sales values (ie at each record level ) by brand you will need to include the 'sales' as the first dimension followed by brand and then you will have to include sum(sales) in the measure. (Thus sales is added in both dimension and measure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you the box plot based on each sale value by brand. However this can consume large cpu resources if the data is huge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 07:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329013#M28950</guid>
      <dc:creator />
      <dc:date>2017-08-22T07:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329014#M28951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Box Plot ASK.jpg" class="jive-image image-1" src="/legacyfs/online/174169_Box Plot ASK.jpg" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 07:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329014#M28951</guid>
      <dc:creator />
      <dc:date>2017-08-22T07:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329015#M28952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above chart shows the box plot of Annual Sales by Brand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 07:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329015#M28952</guid>
      <dc:creator />
      <dc:date>2017-08-22T07:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329016#M28953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate very much you look into my question. I have follow your instruction , add sales into 2nd dimension , but the chart does not display same as you. it is possible you send me your QVF ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="box plot.png" class="jive-image image-1" src="/legacyfs/online/174296_box plot.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 00:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329016#M28953</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-08-23T00:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329017#M28954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I plotted the box plot at the atomic sales value level I also got the same result as you showed. This is because the sales column has many extreme values (positive and negative) and these possible outliers are limiting the range of the box plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get reasonable results when the sales was plotted by brand at the annual sales level (dim = year).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the changed qvf. Please let me know in case of questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 03:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329017#M28954</guid>
      <dc:creator />
      <dc:date>2017-08-23T03:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329018#M28955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much , it work fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know why must put =year at 1st dimension , instead of sales ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 09:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329018#M28955</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-08-23T09:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329019#M28956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can put the dimension as sales as well. Assuming you have 20 years of data and each year has 1000 values..so you have a&amp;nbsp; total of 20000 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the 'sales' as a dimension then all the 20,000 values are plotted in the bar. If you use 'year' as dimension then the values are aggregated for the 20 years&amp;nbsp; and the 20 aggregated points are plotted in the bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 09:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329019#M28956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-25T09:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329020#M28957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Hi Aushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use the QVF file you send me . Why when I click year =2016 , it does not able display the box chart ?&lt;/P&gt;&lt;P&gt;and why I need to select year 2016 and 2017 then it able plot the box chart ? The reasons is i want to compare the box plot chart for 2017 and 2016. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOpe you can can share with me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 13:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329020#M28957</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-08-25T13:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329021#M28958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yeo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Box plot in Qlik Sense accepts only two dimensions and one measure. So in our earlier case I have already aggregated it the two dimension level (Year and Brand) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year - Agggregation dimension&lt;/P&gt;&lt;P&gt;Brand - Plotting dimension&lt;/P&gt;&lt;P&gt;Sales - Measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you want to look at the box plot at both the Year and Brand level then one option I can think of is to combine the Brand and Year into a single dimension (plotting dimension). You may have the values at basic transaction level (Aggregation dime = 'Sales') or you may have them aggregated at a different level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to come back with a changed qvf doc later if you need it.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Aushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 06:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329021#M28958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-28T06:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329022#M28959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , I need the new QVF , hope you can share with me . So that I can compare the box plot by year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +65 9326 1804&lt;/P&gt;&lt;P&gt;www.tdstech.com&amp;lt;http://www.tdstech.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 08:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329022#M28959</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-08-28T08:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329023#M28960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yeo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the modified file. I have created a sample data to build the report as the data model inthe app is very complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Aushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 08:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329023#M28960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-28T08:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329024#M28961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry my data structure is messy. But it work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just open the QVF file , I saw the dimension , you at a field = SampleDate , since I am the one who create this QVW , I don't remember I have create  this field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly share with me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;DIrector&lt;/P&gt;&lt;P&gt;TDS Technology (S) P/L&lt;/P&gt;&lt;P&gt;Whatsapp +65 9326 1804&lt;/P&gt;&lt;P&gt;www.tdstech.com&amp;lt;http://www.tdstech.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329024#M28961</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-08-28T09:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a box plot ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329025#M28962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yeo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'SampleDate' field is a random field created by me for illustration. You cna replace this with the date field from which 'year' is calculated in your app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Aushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 04:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-box-plot/m-p/1329025#M28962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-29T04:45:01Z</dc:date>
    </item>
  </channel>
</rss>

