Filter in a view embedded in a HTML View
Hello.
I have a main HTML view that include some views.
I pass in the url a filter to the html view (something like https://creator.zoho.com/....../#View:NEW_Week_Report?dateFrom=03-Mar-2013&dateTo=21-Mar-2013).
Using Script Builder I embed some views in the html view. For example:
<div elName='zc-component' appLinkName='myAplication' sharedBy='myUser' viewLinkName='myView' params='zc_Header=false&zc_SecHeader=false&zc_AddRec=false&zc_EditRec=false&zc_DelRec=false&zc_DuplRec=false&zc_EditBulkRec=false&zc_Filter=true&zc_Search=false&zc_Paging=false&zc_SumRow=false&zc_ColMenu=false&zc_Summary=false&zc_RecSelect=false&zc_AltRowClr=false&zc_SaveRec=false'>Loading View...</div>
How can I add the filter to the embed view??
Thanks