Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I have two tables .
in both tables CODE is the common attribute.
Based on condition where DELIVERY_DATE <= NEED_DATE, I want below result .
Please help .
Thanks
Sandeep
May be this
Sum(If(DELIVERY_DATE <= NEED_DATE, A))
Sum(If(DELIVERY_DATE <= NEED_DATE, B))