Hi Everyone,
Is it possible to change the positive number display in report studio.
I want the positive numbers to be displayed with a suffix +. For eg: +100 for 100.
My data source is MSAS cube.
Thanks in advance.
data format, put "+" on the pattern.
@sdf - can you do that conditionally? I presume the values could be negative...
Quote from: BigChris on 18 Jan 2016 03:50:17 AM
@sdf - can you do that conditionally? I presume the values could be negative...
No need, Chris. In the Data Format dialog there are both Pattern and Negative Pattern properties. You could set Pattern to +########## and Negative Pattern to -##########
Cheers!
MF.
Cool - I've never really played with the Patterns, so that's good to know.
Thanks MFGF and sdf. It worked.