Dynamically view filter on function
Dynamically view filter on function
Hi All,
I've follow
https://help.zoho.com/portal/community/topic/tip-05-how-to-dynamically-view-filtered-data-on-a-page
to create a function to run when user click the button on detailed view in my report
The function is
void defaultAtom(int Customer2)
{
openurl("
https://app.zohocreator.com/user/app/#Report:All_Calls?Customer.ID=
[" + Customer2+"]","parent window");
}
It do not filter Call based on Customer.ID which is a look up field
Could please help me?
Thank in advance