Forum Discussion
IF
Post Prodigy
6 years agonegative value in bracket
Hi, I have a column that is called "project". its format is decimal number. I want to show negative values with brackets. I tried to make a measure (Measure=FORMAT([Project];"##,###;(##,###);-") Th...