Hi all,
I've got some weird behavior in a table tool output that I'm not sure how to remedy. Let me show you the output:
It seems that for my numerical fields, it is keeping the number of leading digits used above for my total line. It gets worse when the two numbers being compared are even closer:
The data being used to create the table doesn't have these, so it must be the table tool doing it:
I don't see any settings in this column configuration which would cause it:
And my column styling rules don't have anything either.
It isn't doing to the "3 = COMMITMENT" detail number in my amounts, so I'm sure I did something but I can't figure out what. The only settings that affect that footer row is the style formula:
"border-collapse: collapse; border-left: 2px solid gray; "
Any ideas?
I'm not aware of any defects related to the Table Tool. Couple things you could try. 1) Changing your data types to "numeric". If that is done, you would lose the comma separators, FYI. Second option could be to use a TrimLeft(String,y) to remove the 0's. Then you could use the prefix category to set you your "-" sign.