Forum Discussion
- Sai_MagantiContributor II
Try this..should work
NumberFormat = [#,##0.00; #,##0.00 ;"-"]
- XtensibilityGuyNew Contributor
This is exactly what I was looking for. Thanks!
- Mustafa_AContributor II
Thanks for asking the question. I learned something new as well.
This should work --
If (CellAmount = 0.00) Then NumberFormat = "-"
Would appreciate a Kudo.
Cheers,
Mustafa
- aricgreskoContributor III
Make sure you consider the ExcelNumberFormat, ReportNoDataNumberFormat, and ReportNumericBindingFormat. A simple solution is to create some literal value parameters to use as formatting on the Cell Format Formatting within your cube views. Here's a sample of our standard number formatting for non percentage values.
Related Content
- 4 months ago
- 2 years ago
- 11 months ago
- 8 months ago