Replace zero values with a custom string in a table with aggregated values ... [message #1828445] |
Tue, 09 June 2020 18:11  |
Eclipse User |
|
|
|
Hi All,
In one of my reports, I'm trying to reproduce an Excel custom number formatting:
### ### ### ##0;-### ### ### ##0;"p.m."
In Excel this rule displays all ZERO values as the string "p.m.".
I tried the custom format string in the "Format number", custom settings. It does not work.
In my report I need to present the ZERO (0) values as the string "p.m." and at the same time my aggregation sum on this column should still work (no conversion errors).
For example, in my column I have the values
10
20
0
30
0
40
Total aggregation = 100
In my report I need to display this:
10
20
p.m.
30
p.m.
40
Total aggregation = 100
Any ideas or suggestions are welcome.
Thank you!
|
|
|
|
Powered by
FUDForum. Page generated in 0.03669 seconds