I have a report where the real values in a crosstab are millions, eg. 2,345,678
However the requirement is to:
- Format it as a number in the following format, 2.3
- Any number < 100K, to show "-" instead of 0.0
I've achieved the first requirement by:
- Setting number of decimal places as 1
- Setting scale to -6
I'm having difficulty with the second requirement, I have set the
Missing or Zero value characters to
" - ", and this obviously works when the real value is 0, however when the value is, say 15,000, 0.0 is correctly displayed, however I'd like it to show " - " instead of 0.0.
Is this possible?
------------------------------
Mark Peterson
------------------------------
#CognosAnalyticswithWatson