select 'dbr.report', 'sp_DBR_deleteAssociation', '[Delete]', 'scriptdiv[]', 'inClntId=ClntID', 'inCmpId=(CmpID)', 'event=click', 'callbefore=confirmdel';
I'm using the following command to delete a row passing multiple parameters - ClntID, CmpID. I've tried various options based on my understanding of linking reports using multiple parameters. However, none of them worked out.
It would be of great help if the mistake is pointed out from the above line.