HTML view, in print mode, with parameter == error.

HTML view, in print mode, with parameter == error.

I have created an HTML view that generates a custom payment history report for a contact and displays it in a table. I pass in a parameter (contact_id) to allow me to grab payments associated with a contact.

I would like to print this report without the navigation elements that are usually present. Normally to print a view I just change the URL from:

/#View:Report_Payment_History?contact_id=322494000000019283


to

/print/Report_Payment_History?contact_id=322494000000019283


However in doing so I get the following error:

Error details:
Error occured while executing the script.
Unable to evaluate if/while Condition
Invalid Numeric Format found
Cannot convert the String null to Numeric

I am wondering if it has to do with my attempt to pass in a parameter and reports not supporting that. Can anyone confirm is this is possible or not?


Thanks,

Kevin