Wednesday, July 5, 2017

HOW TO DISPLAY SPACE BETWEEN SYMBOL(LIKE $) AND THE METRIC VALUE IN OBIEE

Use  CSS Style: word-spacing: 5em in Column Format Values Properties to 
display space between symbol and Number.

Also set the Data Format to Custom and  Custom Nemeric Format to "$ #.#0" 


For example if we want to display space between $ and Amount we can use this
and this will display value as "$ 5000" .
This can be used to display space betwen any symbols.






No comments: