Skip to Content
0
Former Member
Mar 20, 2009 at 04:22 PM

Pick list formatted search

25 Views

I have a UDF that I need to populate onthe picklist. The data is from the line items in RDR1. Can you look at this and tell me why i get an error?

SELECT T0.[U_SpecConfig] FROM RDR1 T0 INNER JOIN ORDR T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[DocNum] =$[$11.18.1] and T0.[LineNum] = $[11.0.1]

Thank you,

Rob