What is the right conditional DisplayFormat to show positive, negative, and zero values in a summary? I've tried things like this:
This works fine for positive values: {0:#,##0.00}
but this doesn't work: {0:#,##0.00;(#,##0.00)}
nor this: {0:#,##0.00;(#,##0.00);#,##0.00}
According to MS they should work (http://msdn.microsoft.com/en-us/library/0c899ak8.aspx#SectionSeparator) So wath's wrong?
Hello,
Please look at the following link where is discussed a similar issue.
http://community.infragistics.com/forums/t/49428.aspx
Please let me know if have any further questions.