04-10-2024 03:13 PM
Is there a way to format excel cell's = 0.000 when exported?
It is possible with Cube View formatting if NumberFormat = N4, but I cannot figure out a way to format it the same when exporting the CV to excel. Any information is appreciated, thanks!
Solved! Go to Solution.
04-10-2024 04:15 PM
Try using ExcelNumberFormat = [#,##0.0000].
If you go into Cell Format --> ExcelNumberFormat --> ...
You'll find some default number formats. Just select #,##0.00, then add additional zeros to that as needed.
04-10-2024 04:15 PM
Try using ExcelNumberFormat = [#,##0.0000].
If you go into Cell Format --> ExcelNumberFormat --> ...
You'll find some default number formats. Just select #,##0.00, then add additional zeros to that as needed.
04-15-2024 10:10 AM
Looks like that worked, thanks!