Zoho Creator page in CRM web tab - dynamic filter does not work

Zoho Creator page in CRM web tab - dynamic filter does not work

Hi,

My page has a report "Loan applications". The button "See related documents" triggers a custom function which passes the application ID as page parameter. The documents report is filtered in a HTML snippet which  has the following code:

<%{
%>
<div elName='zc-component' reportLinkName='All_Documents' params='zc_Header=true&zc_SuccMsg=Data Added Sucessfully!&zc_SubmitVal=Submit&zc_ResetVal=Reset&Application.ID=<%=application_identification%>'>Loading Form...</div>
<%

}%>


It works perfectly in Zoho Creator. The same custom action does nothing when clicked inside the CRM webtab.

Please help!