Has anyone come up with a way to chart based on a valueexpression in the grouping?
Or can we put a custom form on hours yet?
I want to create a custom grouping on hours for a chart, ie if Hour Type = Task Time => Task Name otherwise Hour Type.
The grouping text mode is:
group.1.valueexpression=IF({hourType}.{name}="Task Time", {task}.{name},{hourType}.{name})
but you can't use that in charts right?