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
sumit dsumit d 

LWC to show Dynamic report on Mobile device

Hi All, 
          I have a custom link on account which shows a dynamic report when clicked. the report is showing in desktop but it does not show records in mobile. so i want to create a Component to show the report in mobile also.
   How can i achieve this? can anyone help me out?
SwethaSwetha (Salesforce Developers) 
HI Sumit,
By saying it does not show records in mobile, are you seeing any errors?

Based on https://ideas.salesforce.com/s/idea/a0B8W00000GddH2UAJ/parameterized-reports-in-salesforce1  it is not possible to open a report with URL Parameters in the mobile app

Related post: https://www.linkedin.com/pulse/custom-report-lightning-web-component-keith-ng/?trk=public_profile_article_view
Thanks
sumit dsumit d
Hi,
i am not seeing any error, i can't render report with url parameter in mobile app so i want to create a custom lightning component so that i can show the report in lightning. is it possible?
SwethaSwetha (Salesforce Developers) 
I don't think it is supported. The idea suggests the same.There are other users too who reported that URLs break in mobile app here in comments (https://salesforce.stackexchange.com/a/161513/80089)

If this information helps, please mark the answer as best. Thank you