Link in reports Charts

Hello,
I have made an opportunity report with its chart but when i choose to have a link in there so to go straight in each opportunty it does not work
thanks in advance

What is the URL behind that link?

Did you set up host_name and site_url in your config.php? This usually happens automatically, based on what you specified on the installation screens, but check it on that file.

How can I see what there is behind the link?

what i do is that i create a report and then i click in the box that says “Link”

But when i add in the charts the specific report the link does not work as it works in the charts that already exist in the system

https://pasteboard.co/If5O8l7.png
https://pasteboard.co/If5OBmt.png

On your browser, when you put your mouse over the link, on the bottom of the browser window it shows the URL. You can also right-click on the link and select “Copy link location” or similar.

Did you check your config.php?

Could you please send me a screeshot because i can not find it?

https://pasteboard.co/IfPOuia.png

https://pasteboard.co/IfPOCM4.png

in the first image there is the chart that is created by the system and when i click inside of this pie chart it gets me right to the record

Although in the second image which is a report-chart created by me this link does not work and i can not get to the record

thanks

Ah, I see what you mean now.

I’m afraid that’s probably custom code added to the “Opportunities by Sales Stage” dashlet, because it’s not simply giving a link - it is taking you to the Leads list view, and creating a filter there for the specified Lead source.

You would have to write some custom code for your own Dashlet to get that working.