Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team Members ,
I have 2 dimensions x,y
x | y |
3 | 0.5 |
6 | 2 |
9 | 1.2 |
12 | 2.4 |
15 | 3.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
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?
like this?
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 .
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.
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?
check this
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
Hi,
Are you referring to something like the bar chart or you can get the exact values on a scatter chart?
Hi Nitesh,
Use calculated Dimension in chart
=Only(Y)
and expression
=Sum(X)
Regards,
Kiran