Hello
I create clinic application, To enable doctor to see all patient's reports like blood lab, radiology, need to add all reports in one web page.
I know how to create button in in report to go to another page with search word in this form
openUrl("https://creator.zoho.com/" + zoho.adminuser + "/" + zoho.appname + "/" + "#View:Search?searchname=" + input.Name, "Same window"); and add it to web page parameter where parameter will add to search string as a filter.
The problem search string in report wedge no working ,I test variable Auto number = 100 but gave me all number of patients
need some advises please