I'm trying to add a filtered report link via a Rich Text component on the Account page. I'm trying to pass the Account ID to the report as a filter, and I can't get the right syntax for the ID. If I replace the ID below with the actual 15 character ID, the filter works correctly in the report. Leave it like this and it complains about "ID". What is the correct parameter format to pass for the Account ID?
<mydomain>.lightning.force.com/lightning/r/Report/00Of4000005dtteEAA/view?fv0=ID
Thanks.