Ramco Ramco
Hi
What does Select 1 means in below code
Case When EXISTS (Select 1 from INV4 where "DocEntry" = T0."DocEntry" and "StcCode" = t2."StcCode" and "staType" = '-120') then sum(t2."BaseSum") else sum(t2."BaseSum")/2 End As "BaseSum"
Thanks