Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I am using mailto in qlikview straight table link. Once link is pressed it opens the outlook but it also opens a blank tab in the browser. Is there any way to prevent browser open a new tab for this mailto link?
Any help is appreciated.
Thank you
Parth
Hi,
please can you share a sample app in order for us to give you a better answer?
How are you adding the link to the table?
Why not use button with trigger?
Kind regards,
Hi Santiago,
Please find the attached app.
I have a business requirement to use straight table with links in them. Once a user clicks the link it opens mail client.
There is no problem having it work locally. But once it is on the server it opens a blank tab in the browser once link is clicked. I was wondering if it is possible to prevent browser open a blank tab for mailto.
Thank you
Parth
Hi Parth
There is a solution to your problem.
I'm using Qlikview 11 and Chrome.
Follow these steps:
By creating a new QVAjax.js and opendoc.htm file, you are not affecting other apps/report/.qvw-files. Only the apps which are pointing at opendocNoBlank.htm in the Full Browser Url field will not open blank tabs.
Hope it helps.
Good luck