URL link to Account detail from Pivot Table
I need to link to the Account Detail from my report. I can't use an ActionLink since it's a combined analysis/pivot table. This is the text in the Lairson book and from several other sources, but I get a "The webpage cannot be found" error.
@[html]<a href=“/OnDemand/user/AccountDetail?OMTGT=AccountDetailForm&AccountDetailForm.Id=”@target=“_blank”>“Account Details”</a>
Do you know what I'm missing?