Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
A7R3
Contributor III
Contributor III

Distribution plot on a range of dates - How to show the most recent date?

Hi,

I have been experimenting with the distribution plot to show the range of inventory values across different dates. At the same time, I would like to use specific color on the most recent data point.

I use the following expression to mark the current months' data with red color:

IF($(vInvDate)='$(=Max($(vInvDate)))',RGB(214, 0, 28))

When there is less data (=Rolling 3 months), it will show up nicely (well, most of the time)

A7R3_0-1642664641094.png

However, when there are more data points (=Rolling 12 months), the current month's data point is "blocked" by others.

A7R3_1-1642664679459.png

Is there any way to show the current month's data point on top of other data points with similar value?

Thanks in advance.

 

Labels (1)
1 Solution

Accepted Solutions
Andrei_Cusnir
Specialist
Specialist

Hello,

 

There is not any property, in the Distribution plot chart, that can control which points appear on the top and which appear on the bottom. In that use case scenario, you will have to submit a feature request [1]. However, there are some workarounds that you can use to distinguish the values that you need.

 

This is the visualization that I have:

SCREENSHOT 

 

Workaround 1:

In the official documentation "Distribution plot properties" [2], it is stated that you can use Jitter points property, which is exactly designed for the purpose of distinguishing overlapping points.

SCREENSHOT

 

Workaround 2:

If you go under Appearance > Presentation and you change the Bubble size property, you can make the points much smaller so they will not overlap as much as when they are much bigger.

SCREENSHOT

 

Workaround 3:

You can add a reference line under Add-ons > Reference lines to allow the user focus on the particular value that you want. However, in that use case scenario the color of the point is still not very clear. 

SCREENSHOT

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members. 
 

 

---

[1] https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1...

[2] https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Visualizations/DistP...

Help users find answers! Don't forget to mark a solution that worked for you! 🙂

View solution in original post

2 Replies
Andrei_Cusnir
Specialist
Specialist

Hello,

 

There is not any property, in the Distribution plot chart, that can control which points appear on the top and which appear on the bottom. In that use case scenario, you will have to submit a feature request [1]. However, there are some workarounds that you can use to distinguish the values that you need.

 

This is the visualization that I have:

SCREENSHOT 

 

Workaround 1:

In the official documentation "Distribution plot properties" [2], it is stated that you can use Jitter points property, which is exactly designed for the purpose of distinguishing overlapping points.

SCREENSHOT

 

Workaround 2:

If you go under Appearance > Presentation and you change the Bubble size property, you can make the points much smaller so they will not overlap as much as when they are much bigger.

SCREENSHOT

 

Workaround 3:

You can add a reference line under Add-ons > Reference lines to allow the user focus on the particular value that you want. However, in that use case scenario the color of the point is still not very clear. 

SCREENSHOT

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members. 
 

 

---

[1] https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1...

[2] https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Visualizations/DistP...

Help users find answers! Don't forget to mark a solution that worked for you! 🙂
A7R3
Contributor III
Contributor III
Author

Hi Andrei,

The workaround #1 works for me. It shows as follow

A7R3_0-1642667682759.png

Appreciate your fast response. Have a good day.