Hi All,
I have activated Type from Form Settings on quotations. I have selected text and entered data here i teh row text field. i'm trying to generate a query report but how do i insert th etext here in this report?
SELECT T0.[DocNum], T0.[DocDate], T0.[CardName], T1.[Dscription], T1.[Quantity] FROM OQUT T0 INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.[NumAtCard] = '[%0]'
i want to insert the row text after quantity.
Thnks,
Joseph