Passing a perameter to a report to be used as criteria in the report.
Is it possible to pass a parameter in the openUrl function to a report
to be used as part of the criteria to base the report on.
openUrl("https://creator.zoho.com/zoho_alan18/atelier/#Form:On_Hand_Count?Tech_ID
=" + User.Employee_ID
, "same window");
//
1) Tech_ID is a field value that the report is based on.
2) User.Employee_ID is the Tech_ID assigned in the [Employee] form.
OR: can I create a user defined variable to pass and use that as part of
the criteria?
Thank you for the help,
Alan