Hi all,
I want to create a token in my crystal report to allow me to select from a list of values when filtering my report, when running it from SAP B1. I am able to create it successfully when I connect to a table in the database (by using myfield@SELECT field FROM table as the parameter name). However my report is connecting to a SQL stored procedure, which shows under database fields as myTable;1. I have tried naming my parameter:
myfield@SELECT field FROM mytable
myfield@SELECT field FROM mytable;1
myfield@SELECT field FROM [mytable;1]
but all fail to give me the list of values in SAP B1. Any advice?
Thanking you in advance,
Imelda.