I am trying to create a simple chart with a task name as Axis X, and a query calculation that i created in the Axis Y.
The query calculation field has the following expression: "(_days_between([Actual Finish],[Planned Start])
- _days_between([Planned Finish],[Planned Start])
)
/ _days_between([Planned Finish],[Planned Start])"
This expression works ok, since i have this in a list.
The bar chart is not working. Is this because the charts does not support fields created as a query calculation?
If so, how could I solve this?
thanks.