Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

alignment of the chart

am using a combo chart,to display a bar and line

on line chart basicaly ,there is functionality implemented as :

on button click it is diplayed but whats happening in my scenario is :

its overlapping my bar chart ,

ideally what i want is its should be displayed leaving some space after bar chart.

21 Replies
Anonymous
Not applicable
Author

screenshot.jpg

vinieme12
Champion III
Champion III

and how do you want this to look like?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

line chart shud nt overlap rather it shud be on right side

vinieme12
Champion III
Champion III

Using Samane's Sample app

Go to Axes Tab >> For line Expression change Axes to Right Bottom and >> Check Split Axis

splitaxes.PNG

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

i dont want on top ,want parallel to bar chart in right side bt jst nt overlapping

vinieme12
Champion III
Champion III

See Attached app, i've offset the Line using Dual(),

=Dual(max(amt),max(amt)*1.15)

on the pop-up you will see the Actual value but the line will be plotted at +15% of the actual value

ComboChart.PNG

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

am unable to see any kind of attachment,

nd also am using persnl edition so wont be posible to open,can u paste it here,where exactly we need to wrte the expression

vinieme12
Champion III
Champion III

can you post your sample app/sample data?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

just let me know where to write the expression.

vinieme12
Champion III
Champion III

Change the existing expression to a Dual() expression

=Dual(YourExpression,YourExpression*1.15)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.