Thank You, but in this thread it is not so clear to immediate understanding...I will try to play based on the info from the thread which You posted.
from this card 'Sales Opportunity' I want to create a report which will shows for current active name/customer all my selected records
and the first what should be on the report is Opportunity Name and in database it is OOPR.Name
in official brochure stay:
"The DocKey@ token is mandatory in an SAP Crystal Reports .rpt file that you want to use as a layout. The DocKey@ token is used to identify the current active document. SAP Business One populates its value when you preview or print a layout."
procedure)
table where is card Sales Opportunity has name OOPR and primary key is there OpprId
Based on this I have created a command contains SQL query with the magic parameter 'DocKey@'
during the completion this procedure I am asked to pass parameter DocKey@ ...ok I put there first record '1'
next step is displayed a map and here I try to check what value has been selected
here I see, that the value is right..it looks I am on a good way
but in last step when I have added into layout my command 'Name' and have tried to see result...I get empty output...nothing is displayed bellow Name
can anybody give me some hint, what I do wrongly?
Thanks Zdenek