Any way to reference just the quantity fields on t...
# general
a
Any way to reference just the quantity fields on the two lines into the result as 1 line? dont want sum or difference just the numbers in separate columns.
from the same Document Number
Personally I prefer LISTAGG over NS_CONCAT (it's an officially documented function and more powerful, e.g. custom delimiter) but the theory is the same
a
thank you @michoel let me try this and i will let you know the results 🙂
@michoel not having a luck with either concat or listagg. is there any available documentation that will give me a better idea on how to do this?
m
It's probably just
LISTAGG({quantity})
a
getting somewhere 🙂 is it possible to break the results into two different columns?