Issues with Functionally based URLs on List Views

Issues with Functionally based URLs on List Views


Hello. I'm having issues using functionally based URLs on List Views that have lookup fields from other forms. I use the specified format on the user guide with no success. Is this even possible or is there a different format for this type of url?

The Zoho Creator User Guide says to use the following format:

To set criteria for a view

The criteria for a view can be passed as part of a query string to a view url. Multiple criterias are specified by appending it along with the URL using '&'

URL format for setting criteria with "=" (Equal) operator is given below:

http://creator.zoho.com/<app owner name>/<app name>/#View:<view name>?<FieldName1>=<FieldName1 Value> &<FieldName2>=<FieldName2 Value>

What if FieldName1 is a Lookup from another form? How do you make sure it pulls up the view correctly?


Thanks in advance for your help and suggestions.

Rich