Difference between revisions of "Exporting Currency Values to Excel from List Views"

From SmartWiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
  
 
==See Also==
 
==See Also==
 +
* [[Exporting List View Results to Microsoft Excel]]
 
* [[XML]]
 
* [[XML]]
 +
* [[Number Format]]
 +
 +
[[Category:List Views]]
 +
[[Category:Currency]]

Latest revision as of 13:24, 21 June 2013

The list view export now checks if the Number Format in the custom field being referenced is set to Currency, and then will strip the currency formatting out.

This will not work for Read Only - System Variable fields.

This will work if the field is a Store Value - System Variable with a variable such as

<!--hideifnotfound-->@xml.Hybrid Budget.Revenue.Grant.Rev-Amount.nodevalue@

and the Number formatting is set to "Currency."
...but not if the currency is defined in the variable, such as

<!--hideifnotfound-->@xml.Hybrid Budget.Expenses.Capital.Currency(Ex-Amount.nodevalue)@

See Also