I have a data element that is formatted as text. The are actually dollar values. I need to find a way to transform them in Cognos to be able to sort in value order, not text order so instead of:
$1,000,000
$5,000
$70,000
I need it to be:
$5,000
$70,000
$1,000,000
If I knew the list of...