Hi
I need to define element type that can contain Number with comma.
e.g. 1,234 or 9,234,123.
I need that the xsl sort function will work on this type and will sort it as Number and not as String.
the definition :
<ElementType name="SUCCESS" dt:type="fixed.14.4"/>
is work good for Numbers without comma.
Thanks GoodGood.
I need to define element type that can contain Number with comma.
e.g. 1,234 or 9,234,123.
I need that the xsl sort function will work on this type and will sort it as Number and not as String.
the definition :
<ElementType name="SUCCESS" dt:type="fixed.14.4"/>
is work good for Numbers without comma.
Thanks GoodGood.