Embedding Report Link in Rich Text Field
Hi,
I have an embedded report and each record on the report has a bunch of children records that feed up to it's total dollar amount. That dollar amount is represented as a rich text field. I want the number to be a clickable hyperlink that pulls up the Related Records.
This Related Records field name is "Monthly Accounting Review - CM - Related Actuals Records."
I've referenced this field in the rich text field via this:
"<a href="&[Monthly Accounting Review - CM - Related Actuals Records]&">"&$SummaryNumber&"</a>"
This does the job in making the number a hyperlink. But the problem I'm running into is that the link is now operating differently in the rich text field than how it does as it's own field.
Here is the report view:
But here are the URLs I get for them (top link is the rich text field and the bottom link is the report link field):
Thanks in advance for any help on this!