You need to sign in to do that
Don't have an account?

Pass id parameter to report edit mode
Is there a way to pass an id from a link to a report as a parameter, and have the report come up in edit mode? Just trying to elminate the user have to click the customize link on the report, since they will need to go there anyway to enter the account name in the filters. My code is below, which is accessed via a link on the Publication record. However, the parameter is not getting passed to the report, although it shows up in the url, it does not populate in the report filters.
<apex:outputLink value="/00Oc0000000FJoV/e?pv2={!LEFT(Publication__c.id,15)}" target="_blank" >Specific Advertiser Report</apex:outputLink>
Hi
I think you can't pass parameters to report in edit mode.