Something like OnGetText
Hi,
I'm trying FastCube.
I have a cube with a time (seconds) column used in summaries.
I'd like to show these values as string (for example 5400 seconds becomes 1h30m).
I apply this conversion only in visualization even when showing totals.
To do this with datasets I usually use OnGetText, but FastCube seems to ignore OnGetText.
How Can I do this with FastCube?
Thank you in advance.
Massimiliano Trezzi
I'm trying FastCube.
I have a cube with a time (seconds) column used in summaries.
I'd like to show these values as string (for example 5400 seconds becomes 1h30m).
I apply this conversion only in visualization even when showing totals.
To do this with datasets I usually use OnGetText, but FastCube seems to ignore OnGetText.
How Can I do this with FastCube?
Thank you in advance.
Massimiliano Trezzi
Comments
Use custom format (type fkCustom)
You can to create and registrate custom formates (fcCustomFormats.AddFormat).
See examples fcExamples.
Oleg Pryalkov.
Hi, Is it possible to do the same on dimensions?
I have tried but costum format doesn't seem to work on dimensions.
This is what I tried:
Edit in fcCube.pas:
and
2.
Use: Oleg Pryalkov