Has anyone else had trouble with the 'NumberFormat'?
I have a simple table with 3 columns, 1 of which contains 'Amount'. The source data is formatted as 'Number' in Excel and the import step correctly has the column identified as a #. I'd like the table to reflect a number format of #,###.and (#,###.) for negative values. My formula is:
=NumberFormat({Amount},"#,###.#;(#,###.#)",negColor="Red")
but it's not working for all values, only the negatives it looks like?
