function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jojoforcejojoforce 

navigate to a report with url parameter





How do you navigate to a report that has a URL parameter in salesforce mobile? The following code snippet works in desktop but not in salesforce mobile.
Essentially, I am trying to get to a Report with a URL filter parameter as per the following link (https://help.salesforce.com/articleView?id=reports_filter_url.htm&type=0)
 
var urlEvent = $A.get("e.force:navigateToURL");
        urlEvent.setParams({
          "url": "/lightning/r/Report/00O0t000000hOKEEA2/view?fv0=John%20Doe"
        });
        urlEvent.fire();

 
VinayVinay (Salesforce Developers) 
Hi,

Currently, this feature is unavailable in salesforce mobile.

Kindly review and vote for below idea link.

https://trailblazer.salesforce.com/ideaView?id=0873A000000TuMkQAK

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar