Have multiple hyperlinks in a report, everytime a click on a hyperlink the webpage opens in a new tab,
Is it possible to open the hyperlinks in only one tab instead of multi
You probably have a target='_blank' attribute in your links. Just remove them. If that does not help please post some code so we can see what is happening