Hi jack,
There is a bug there. Part of it is that proc report says all those numbers are strings. There is a workaround.
tagattr now takes type: You can set type to Number. I do have a tagset
fix in hand as well. Here's an excerpt from the help for tagattr.
TagAttr Style Element: Default Value ''
Values: or
This is not a tagset option but a style attribute that the tagset will
use to get formula's and column formats. The format and formula's given
must be a valid to excel. The rotation must be a valid angle for text.
90 through -90.
The Type should be General, String, Numeric, or DateTime
It should be unecessary to specify type except when DateTime is being used.
A single value without a keyword is interpreted as a format.
A formula, format and rotation can be specified together with keywords.
There should be no spaces except for those between the two values
The keyword and value must be separated by a ':' tagattr='format:###.## formula:SUM(R[-4]C:R[-1]C rotate:90').
... View more