Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
{amount} vs {fxamount} when in formulas?
We have subs in Australia and the UK, with the USA being the parent company (we do have oneworld)...
Essentially I am trying to produce a report showing amount collected by customer per quarter (IN USD) across ALL SUBSIDIARIES...
It is a transaction (payment) search, and grouped by customer... I can "sum" the "Amount" field, which works the way it should... However, when trying to break this up into quarterly periods (as columns) I seem to have a major issue...
CASE WHEN TO_CHAR({trandate},'YYQ')='091'THEN {amount} ELSE 0 END
Produces the amount collected in Quarter 1 of 2009 denominated in the base currency of the sub from which it was invoiced... What gives???
0