Hi,
I have this chart in Alteryx and I'd like to add the values (as %) in the axis on the bottom and in the end of each green bar. Is it possible? As an example 0.05 would be 5% as in the first number of the axis.
PS: I Can't show you the other axis.
Hey @joaoferraz here's one way of doing it:
Create 2 new fields, X
([value]*100)
And Label:
Tostring([X])+'%'
Then in the chart tool, use X as your X axis, and use Label as Text in the Style Layer option
Hello @OllieClarke ,
Thank you very much for your quick response.
On the second image that you show, I don't see the same options as you.
Maybe you can share the Alteryx document you created for me to spot the diferences.
Hey @joaoferraz
It might be a version issue, what version of Alteryx are you using?
I've attached my workflow here
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
6 |