1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] Hyperlink result in excel from MySQL query

Discussão em 'Outras Linguagens' iniciado por Stack, Outubro 9, 2024 às 11:12.

  1. Stack

    Stack Membro Participativo

    I have created a report for a client and the output results are in Excel.

    This is the code used

    concat('https://client.site.com/ats/resume_dashboard.php?candidate_id=',
    `Applicant Details`.`Candidate ID`)


    How do I make the link in the result set a hyperlink?

    This is the code used

    concat( 'https://client.site.com/ats/resume_dashboard.php?candidate_id=', `Applicant Details`.`Candidate ID` )


    expected result is when they click on the link to take them to the actual candidate dashboard

    Continue reading...

Compartilhe esta Página