link on bill and ship
This commit is contained in:
parent
769bd7ff29
commit
824d295196
@ -124,6 +124,7 @@ FROM
|
|||||||
rlarp.cust_review_agg agg
|
rlarp.cust_review_agg agg
|
||||||
LEFT OUTER JOIN rlarp.customer_review a ON
|
LEFT OUTER JOIN rlarp.customer_review a ON
|
||||||
a.ship_cust = agg.ship_dba
|
a.ship_cust = agg.ship_dba
|
||||||
|
AND a.bill_cust = agg.bill_dba
|
||||||
WHERE
|
WHERE
|
||||||
"Budget 2024" <> 0
|
"Budget 2024" <> 0
|
||||||
OR "Actual 2023" <> 0
|
OR "Actual 2023" <> 0
|
||||||
|
Loading…
Reference in New Issue
Block a user