hi,
I have been using linked reports with popup target for a long time but suddenly i have ran into a strange issue.
Here is my call:
SELECT 'dbr.report', 'sp_DBR_PartPurchases', '[Purchases]', 'popup[PartNumber]', 'inPartNumber=PartNumber', 'inUnparsedPartNumber=UnparsedPartNumber';
When PartNumber column value contains "." I get javascript error message saying:
"Missing target embed object 'popup16471100001'. Create the object using command select 'dbr.embed_object', 'popup1671100001'"
Value of my PartNumber parameter in this case is
1647-110-000-1.01
I.e. if you notice how the characters after . are truncated, I suspect its a bug in mydbr.
If column value does not have "." in it, parameters to the linked report in popup are passed without any problem and everything works perfectly.
Could you please take a look and release a patch if needed?
Please account for the possibility of not only ".", but any other non alphanumeric to be there.
Thank you!
Eugene