Hello, I am poking around with the various transactions tables in SuiteQL and I was wondering how to find out what currency a transaction is in?
j
jen
10/06/2022, 9:51 PM
I mean like….
SELECT currency FROM transaction WHERE id = 12345
??
jen
10/06/2022, 9:51 PM
am I missing something here
n
Nim Sadeh
10/06/2022, 9:52 PM
You might not be necessarily, I am just starting out with SuiteQL so I am pretty clueless. I think I figured that there’s a currency table that I can join on transaction and get the currency by key