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
Parvinder ChanaParvinder Chana 

VF Page in Lightning not passing parameters to report

Hello,

I have following visual force page which passes the value to report paramets and it works fine in classic view. We are experimenting with Lightning and the same VF page is not passing parameters to the report. Can someone help what I need to change to make it work in both Lightning and Classic view.


<apex:page standardController="Account">
<p> <a href="/00OC0000006Fv2i?pv0='Technical'&pv1={!SUBSTITUTE(Account.Name,'&', '%26')}" target="_blank">Give me list of <b><font color="Red">Technical Contacts</font></b> for biller {!Account.Name}?</a> </p>
</apex:page>

Thanks for the help in advance.

Parv
Fabio Andree Scheurel MWFabio Andree Scheurel MW
I am trying to achieve the same. Any help on this is appreciated.