Need to Filter Report on Multi Select Field via URL

Need to Filter Report on Multi Select Field via URL

Hello all,

I am trying to filter and embed a HTML Creator report in a Page and filter based on the selections in a multi select picklist. Here is what I am trying to accomplish but I cannot seem to get the syntax right for the "OR" portion of the URL.


I tried the above and neither "OR" or "||" work inbetween the two City parameters. Any help is appreciated.

  1. companyName = "";
  2. countyName = "";
  3. cityName = "";
  4. if(input.Company1 != null)
  5. {
  6. companyName = "Company1=" + Company[ID == input.Company1].Company_Name;
  7. }
  8. if(input.County != "")
  9. {
  10. countyName = "&&County=" + input.County;
  11. }
  12. if(input.City != "")
  13. {
  14. cityName = "&&City=" + input.City;
  15. }
  16. //companyName = Company[ID == input.Company1].Company_Name;
  17. NewSearchResultPublishUrl = zoho.appuri + "view-embed/All_Projects?";
  18. openUrl(NewSearchResultPublishUrl + companyName + countyName + cityName,"iframe","frame12");

    Access your files securely from anywhere

        Zoho Developer Community




                                  Zoho Desk Resources

                                  • Desk Community Learning Series


                                  • Digest


                                  • Functions


                                  • Meetups


                                  • Kbase


                                  • Resources


                                  • Glossary


                                  • Desk Marketplace


                                  • MVP Corner


                                  • Word of the Day



                                      Zoho Marketing Automation


                                              Manage your brands on social media



                                                    Zoho TeamInbox Resources

                                                      Zoho DataPrep Resources



                                                        Zoho CRM Plus Resources

                                                          Zoho Books Resources


                                                            Zoho Subscriptions Resources

                                                              Zoho Projects Resources


                                                                Zoho Sprints Resources


                                                                  Qntrl Resources


                                                                    Zoho Creator Resources



                                                                        Zoho Campaigns Resources


                                                                          Zoho CRM Resources

                                                                          • CRM Community Learning Series

                                                                            CRM Community Learning Series


                                                                          • Kaizen

                                                                            Kaizen

                                                                          • Functions

                                                                            Functions

                                                                          • Meetups

                                                                            Meetups

                                                                          • Kbase

                                                                            Kbase

                                                                          • Resources

                                                                            Resources

                                                                          • Digest

                                                                            Digest

                                                                          • CRM Marketplace

                                                                            CRM Marketplace

                                                                          • MVP Corner

                                                                            MVP Corner





                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now