... ems vs SoPo Items" invsopoitm ON invsopoitm."Invoice ID" = i."Invoice ID"
LEFT OUTER JOIN( SELECT
ab2."SalesPersonID" AS "SalesPersonID",
ab2."MonthYear" AS "MonthYear",
SUM(if_null(ab2."ItemMa ...
... "v_Filter" appears to do absolutely nothing but I've left it in there in case one day I figure it out:
// init
m_CreateSO = Map();
v_SalesPersonID = "";
//
// eval
v_BooksOrgID = 12345678901;
r_SoDetails ...
... environment.
How?
Consider the following:
SELECT
ps.person_id,
ps.person_name,
(
select
pa.person_reference as personid,
pa.person_text as txt
from
Person_Academia pa
where ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.