Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a tilted bar chart as Gantt graph. The bar is displayed by a formula with a dynamic background color, this works fine.
The second formula is to display specific text next to the bars as data point values.
My issue is that no matter how i try to change the formatting of this data point values, nothing changes.
I tried setting the background color, font color or the text format - it always sticks with the default format.
As i plan to change the text format to bold under specific conditions i cant do any global changes. I did make sure its the correct formula, removing the tick "Display Values in Graph" hides them and changing the formula expression does change the displayed value.
Any recommendation on why this maybe doesnt work is appreciated.
I once noticed that the the expression attributes did not function when the display line/bar property for this expression was not on. If so turn the display bar/line property on, but set it to invisible.
And a screenshot
This is a good idea and im sure this would work under differenct circumstances. However, there are some issues with it.
I feel that this is a good direction anyways and will do some more attempts in this direction. If you have some more ideas id love to hear from it!
I'm not quite sure if I can envision what your exact situation is...
But, if I understand that your second formula only contains a label and is therefore displaying invalid data, which although invisible ruins your graph then.. Have you thought about using a Dual() for your second formula?
The Dual has a text representation part, which will be used for the label and a number representation part, which will be used for displaying the bar.
e.g.
Dual('MyLabel',valid data expression)
That sounds like a good idea, if i use Dual in the formula of a bar chart and have "Display values in Graph" it will still show the value length and not the label.