Hi
IN below code i want only to get 1 record . I dont want to use Max
(Select "Location" from OLCT where "Code" = (Select Max("LocCode") from DPO1 where "DocEntry"=T0."DocEntry")) "Location"
Thanks
Hi
IN below code i want only to get 1 record . I dont want to use Max
(Select "Location" from OLCT where "Code" = (Select Max("LocCode") from DPO1 where "DocEntry"=T0."DocEntry")) "Location"
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Jan 16, 2025, 5:07 AM
Hello Ramco,
You can use this one,