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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to place dimensions in y axis in a charts( bar chart,line chart)

Hi team Members ,

I have 2 dimensions x,y

xy
30.5
62
91.2
122.4
153.3

Now i created bar chart for this data  in which i got X values created in the table on x axis but i was unable to get values of Y on y axis plz help me out that how i can get the values on  y axis( the same values i had n my dimension )

In advance thanks for your help

10 Replies
morganaaron
Specialist
Specialist

if you truly want your Y values on the Y axis, make your dimension X and then your expression Only(Y) or Max(Y), assuming they are related?

arulsettu
Master III
Master III

like this?

Not applicable
Author

hi team,

I hope u are misunderstanding or may be i m not able to put the exact thing i need

on y axis scale i need to see my y dimension values(

0.5
2
1.2
2.4
3.3

) i need to see only these 5 values on my y axis scale in a chart . 

sunilkumarqv
Specialist II
Specialist II

How you created x-axis  sum(x)

in same use one more expression sum(Y)

and then go to axis tab which you change sum(Y) as right (Top ) ie position.

Not applicable
Author

Hi Nitesh,

Please go to the properties of the chart and then go to the 'Expressions' tab and click on 'Text on Axis'.

Have a try and let me know whether this is the result you wanted?

arulsettu
Master III
Master III

check this

Not applicable
Author

Thanks for you help but i think either u guys u not understanding my question or may be i m not able to put the exact question

kamielrajaram
Creator III
Creator III

CaptureY.JPG

Hi,

Are you referring to something like the bar chart or you can get the exact values on a scatter chart?

kiranmanoharrode
Creator III
Creator III

Hi Nitesh,

Use calculated Dimension in chart

=Only(Y)

and expression

=Sum(X)

Regards,

Kiran