Cumulative Translation Adjustment - Has anyone fou...
# suiteanalytics
j
Cumulative Translation Adjustment - Has anyone found a way to pull a list of all CTA's? I know I can get to them via the report, "CTA Balance Audit" - but I'd love to see more of a list (i.e. search).
k
Can't you just do a saved search where account = CTA?
Actually, scratch that. I know what I had to do one time
I had to do a search for transactions where the debits didn't equal the credits
NS had parked the difference in the CTA account.
so something like
sum(nvl({amount debit},0)) - sum (nvl({amount credit, 0))
of course that was a really strange scenario that had triggered the need for that, and not the normal CTA process.
j
Appreciate the help! Strangely, you can filter/select the system generated CTA account in a search. Maybe because NetSuite doesn't treat CTA transactions as posting...So, I haven't been able to see the double sided entry just yet. I can back into it using the "consolidated exchange rate" selector on search results - but it's more work.
m
I could do this with SuiteQL, but it would for sure be messy and involve using consolidated exchange rates
j
Thanks, Marc...I was thinking similarly but just wound up doing it manually in Power BI.
👍 1