Hi, in crystal report I have parameter token ,I want only the values related to the user to appear on the list.
for example :
Doc@select DocNum from OINV inner join OUSR on OUSR.USERID=OINV.UserSign where OUSR.USER_CODE= '@PrintByUserName'
but it didn't work.