- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 02:07 PM
I have a need to display a currency field as another currency in a list view, baically USD as EUR. I have tried all sorts of options like a display rule, query rule, created a field as "fx currency" type ... I hope I am missing something simple.
If there a way to display a curreny value that is stored in USD as EUR in a list view?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 07:27 AM
With no easy eligent solution possible, I created a calulated decimial field set to read-only which display the EUR amount on the fly. Exporting the report is not an issue because the field is not currency based. Could have like a more eligent solution that did not require adding a field. All is good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 11:44 PM
Hello,
Please have a look at the below article on how currency works in Servicenow:-
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0596448
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 06:24 AM - edited 06-08-2023 07:57 AM
Thank you for the quick response. I reviewed that article, it does not answer my question. My instance is set up as single currency (99+ percent of the company is done in one country), there is a single use case to export a report in EUR rather than USD.
Was hoping a function field would do, no luck because they are locks down to specific functions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 07:27 AM
With no easy eligent solution possible, I created a calulated decimial field set to read-only which display the EUR amount on the fly. Exporting the report is not an issue because the field is not currency based. Could have like a more eligent solution that did not require adding a field. All is good.