I wrote a groovy script to calculate average of something which returns floating point values. I have a custom field with those floating point values and now I want to plot a chart with those floating point values vs Resolved date. I want that custom field on y-axis so how can I get it?
As of now I can use that custom field for x-axis, filter or segment by.
Hi,
If the field is a numeric field, then you should be able to add it to the Y-Axis. If not, then you can create a calculated field and cast the field to a numeric field via TO NUMBER function. The numeric calculated field can be added to Y-Axis.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.