Jump to content
We've recently updated our Privacy Statement, available here ×

value expression in charts


fleur

Recommended Posts

Hello,

I want to make a chart with all columns of my table in the x axis (category expression) and their value in y axis (value expression). The problem is that their values in y axis are not numeric, they are carachters('-','=','+' or '++').

I want my result to be something like this 

help me pleaseSanstitre(4).png.e9cb8d821214ec2fa3b6a9f1d4bc122e.png

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

You could do a simple substitution like - = 1, = = 2, + = 3, ++ = 4 for the x axis values, via an if/then expression. Substitute your characters for integer values. Then use a custom expression to display the tick marks on the x axis. If that doesn't work, you could always create a chart customizer.

Some sample customizer code is available here:

 

https://mdahlman.wordpress.com/2011/04/17/chart-customizers-2/

Link to comment
Share on other sites

hi, thank you for your reply

I did the substitution of my characters into integers, but now i want my charachters to appear not integers and didn't know how to do that. could you explain me more about custom expression and how to make it

Thanks a lot

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...