I was wondering how to configure the select statem...
# suiteql
s
I was wondering how to configure the select statement this will return the base unit messure i would like to convert to unit on the bill
Copy code
transactionLine.quantitybilled
c
@Sim Greenbaum you can join in the
unitstypeuom
table to access the
conversionrate
for the units on both transactions and convert between them.
s
that would require another join
c
Correct