Number Format Issue when Exporting to CSV in OBIEE
Issue: Exporting to csv format , then number format is overwriting with default value in DB
Fix: By using round function in edit column formula, we can export csv file in required format (Round("Table.ColumnName" ,2))