Allow custom formatters to access data from other fields
Idea Logged
Currently, custom formatters do not provide any way to access data from other columns in the report.
Would it be possible to provide this functionality in a similar way to custom advanced functions?
Object[] otherColumn = (Object[]) getParameterValue("OTHERSELECTEDCOL")
This could allow for some pretty cool chart label/tool-tip functionality.
Replies have been locked on this page!