Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Show values on both right & left position of y axis

Hi,

I'm trying to achieve the below result and have completed some part of it but really need help in some of the points where I'm stuck.

Below image has each line representing the sales of the particular product on that particular date.

Now what is my challenge here is to show the sales percentages values on both right and left position of y axis.

Thanks in advance!!

s1.jpg

7 Replies
Siva_Sankar
Master II
Master II

Hi, I dont know whethere any direct way to do this. You can create same chart twice. Make them one overlay other and change the transparency of one of the chart. In one chart you can make the axes as left(do this on Axes Tab of chart properties) and for another chart make the axes on the right. You can try. I'm not sure on this.

rbecher
MVP
MVP

Hi,

the only way to achieve this is to build an extension using d3.js or other JavaScript data visualization library.

- Ralf

Astrato.io Head of R&D
Anonymous
Not applicable
Author

Thanks for the reply but I have tried creating the two identical expressions and selecting the position one of it as right but data came over was not correct..

Anonymous
Not applicable
Author

Thanks for the reply but can this is achievable at without using JS ??

awhitfield
Partner - Champion
Partner - Champion

Hi BI User,

it's a rather basic example,  line chart has a second expression based on the highest and lowest dates and same basic expression as the main expression no line just show values on data points!

Anonymous
Not applicable
Author

Hi ,

I have tried creating two expressions, one is the main expression and the other one is based on the conditional max and min date sales values .I have also checked the property 'values on data points ' for the 2nd expression only but its still displaying data on all the data points than on the first and last point.

I need help on this as I'm unable to understand what I'm missing on this.

Thanks!!

Anonymous
Not applicable
Author

Hi All,

I have tried using two expressions exp1:Sum(sales)

exp 2:if((shpDate= date(min(shpDate)) )or( shpDate=date(max(shpDate))),exp1,'---')(checked the property 'values on data points ' and unchecked line for exp2 )

and achieved the below result but I need sales values for only max and min dates of each product

These lines will represent the sales for different products for the particular date. Also Max & min date for each product will vary

I'm new to qlikview so may have missed something...Any Help on this will be appreciable..

l1.JPG

Thanks in advance!!