Is there a way to set a "logarithmic scale" in a Pentaho chart? Result from my sql query has a very wide range (from 1 to 1000000).
I could change my sql query to something like this:
"Select LOG(10, wide_value)..."
But Y-axis scale changes the same way at Pentaho chart (1,2,3...). I need the original labels on Pentaho chart (10,100,1000...).
What I found on web are old forums talking about that this is still a feature request, or to try with "CCC" (too much documentation for something too simple) or to modify the source code (even worse). None of them useful.
Hint: I'm using a legacy implementation on Pentaho bi-server 6.0. If there is an option on newer versions it will be useful too, maybe there is something similar on my old version.