<?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 display trends with big changes in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777596#M60331</link>
    <description>&lt;P&gt;Whenever you want to highlight exception data.. ask yourself what is the best property : &lt;STRONG&gt;Size, Shape , Color&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In case of line chart Size and Shape is constant for all data points.. So you can use &lt;STRONG&gt;Color property&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;look into Color properties -&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/ColorFunctions/color-functions-charts.htm" target="_self"&gt;doc&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Line.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47808i1D949A18A051D88F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Line.png" alt="Line.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code for Reference Only :&lt;/P&gt;&lt;LI-CODE lang="php"&gt;ColorMix1(
	(sum(quantity) - $(=Min(Aggr(sum(quantity), pdate, customer)))) 
    / $(=Max(Aggr(sum(quantity), pdate, customer)))
    ,color(FieldIndex('customer',customer)), green()
)
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this answers your question.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 05:10:21 GMT</pubDate>
    <dc:creator>PradeepK</dc:creator>
    <dc:date>2021-01-27T05:10:21Z</dc:date>
    <item>
      <title>How to display trends with big changes</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777531#M60323</link>
      <description>&lt;P&gt;Hi, I have a set of data with customer, product purchased on weekly basis and quantity.&lt;/P&gt;&lt;P&gt;in the data, there are about 1000 customers. I only want to display the customers where there's a 30% drop or 30% jump in the quantity of orders for the most recent week. view the example below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;customer&lt;/TD&gt;&lt;TD&gt;product&lt;/TD&gt;&lt;TD&gt;quantity&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se23&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;se22&lt;/TD&gt;&lt;TD&gt;87&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see john has been very consistent with his purchases except his latest purchase was huge compared to his previous purchase. this is the type of customer i want to view in form of a line chart displaying the trend.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most customers are always consistent with heir order quantity, but in case there is a 30% drop or a jump, we want to display that on a line chart showing the trend&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777531#M60323</guid>
      <dc:creator>Mch201</dc:creator>
      <dc:date>2024-11-16T00:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to display trends with big changes</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777575#M60328</link>
      <description>please go thru the below link&lt;BR /&gt;&lt;A href="http://dataonthe.rocks/outliers-in-qlik-sense/" target="_blank"&gt;http://dataonthe.rocks/outliers-in-qlik-sense/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Priyanka</description>
      <pubDate>Wed, 27 Jan 2021 02:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777575#M60328</guid>
      <dc:creator>PriyankaShivhare</dc:creator>
      <dc:date>2021-01-27T02:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to display trends with big changes</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777590#M60330</link>
      <description>&lt;P&gt;whenever you want to show some exception .. try to find which property is best fit -&amp;nbsp;&lt;STRONG&gt;Size, Shape ,Color&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In Case of Line Chart data point Size and shape is constant for all.. So only option is yo use Color property.&lt;/P&gt;&lt;P&gt;Look into Color() and Colormix1() function in qlik -&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-charts.htm" target="_self"&gt;Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Line.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47807iFD6B06E9F6C52E63/image-size/large?v=v2&amp;amp;px=999" role="button" title="Line.png" alt="Line.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Reference Only :&lt;/P&gt;&lt;P&gt;Color by expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;ColorMix1(
	(sum(quantity) - $(=Min(Aggr(sum(quantity), pdate, customer)))) 
    / $(=Max(Aggr(sum(quantity), pdate, customer)))
    ,color(FieldIndex('customer',customer)), green()
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this answers your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 05:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777590#M60330</guid>
      <dc:creator>PradeepK</dc:creator>
      <dc:date>2021-01-27T05:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to display trends with big changes</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777596#M60331</link>
      <description>&lt;P&gt;Whenever you want to highlight exception data.. ask yourself what is the best property : &lt;STRONG&gt;Size, Shape , Color&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In case of line chart Size and Shape is constant for all data points.. So you can use &lt;STRONG&gt;Color property&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;look into Color properties -&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/ColorFunctions/color-functions-charts.htm" target="_self"&gt;doc&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Line.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47808i1D949A18A051D88F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Line.png" alt="Line.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code for Reference Only :&lt;/P&gt;&lt;LI-CODE lang="php"&gt;ColorMix1(
	(sum(quantity) - $(=Min(Aggr(sum(quantity), pdate, customer)))) 
    / $(=Max(Aggr(sum(quantity), pdate, customer)))
    ,color(FieldIndex('customer',customer)), green()
)
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this answers your question.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 05:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777596#M60331</guid>
      <dc:creator>PradeepK</dc:creator>
      <dc:date>2021-01-27T05:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to display trends with big changes</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777736#M60354</link>
      <description>&lt;P&gt;This is helpful and good to know. But what if I only want to display top 5 customers with the biggest jump or drop?? how would I do something like that?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 13:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1777736#M60354</guid>
      <dc:creator>Mch201</dc:creator>
      <dc:date>2021-01-27T13:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to display trends with big changes</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1778142#M60407</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;SOD:&lt;BR /&gt;Load&lt;BR /&gt;AutoNumber(RowNo()) as Order_Sequence,&lt;BR /&gt;customer,&lt;BR /&gt;product,&lt;BR /&gt;"quantity"&lt;BR /&gt;FROM [lib://REPORT EXTRACTION SSSS1.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [custome sales drop]);&lt;/P&gt;&lt;P&gt;TTT:&lt;BR /&gt;Load *,&lt;BR /&gt;if((((Previous("quantity")/"quantity")* 100)-100) &amp;gt; 30 , 'High_Jump','') as High_PER,&lt;BR /&gt;if((((Previous("quantity")/"quantity")* 100)-100) &amp;lt; -30 , 'Low_Jump','') as Low_PER,&lt;BR /&gt;((Previous("quantity")/"quantity")* 100)-100 as Percentage&lt;BR /&gt;Resident SOD&lt;BR /&gt;Order by customer;&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="Ksrinivasan_0-1611847030781.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47934iF842AF99DA855E8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksrinivasan_0-1611847030781.png" alt="Ksrinivasan_0-1611847030781.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;further drill down chart&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksrinivasan_1-1611847146960.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47935i4BB481D0913DBB8A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksrinivasan_1-1611847146960.png" alt="Ksrinivasan_1-1611847146960.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in chart you can use limitation with 10 values with ascending or descending values.&lt;/P&gt;&lt;P&gt;i hope it will help to you.&lt;/P&gt;&lt;P&gt;ksrinivasan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 15:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1778142#M60407</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-01-28T15:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to display trends with big changes</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1778236#M60430</link>
      <description>&lt;P&gt;Thanks for the answer. where exactly would I put this script&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 19:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1778236#M60430</guid>
      <dc:creator>Mch201</dc:creator>
      <dc:date>2021-01-28T19:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to display trends with big changes</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1778299#M60449</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;in load script,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;((Previous("quantity")/"quantity")* 100)-100 as Percentage&lt;BR /&gt;Resident SOD&lt;BR /&gt;Order by customer;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in chart you can use&lt;/P&gt;&lt;P&gt;DIM: Customer&lt;/P&gt;&lt;P&gt;Measure: Max(Percentage)&lt;/P&gt;&lt;P&gt;Chart range in&amp;nbsp; y-axis setting Max and Min range.&amp;nbsp;&lt;/P&gt;&lt;P&gt;for &amp;gt;30%order min 30,&amp;nbsp;&lt;/P&gt;&lt;P&gt;for &amp;lt;30%order min -30,&amp;nbsp;&lt;/P&gt;&lt;P&gt;ksrinivasan&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 02:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-trends-with-big-changes/m-p/1778299#M60449</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-01-29T02:59:36Z</dc:date>
    </item>
  </channel>
</rss>

