Friday, September 24, 2021

Trigger E-mail on button click in qlikview

This scenario is helpful if you want to create "Contact Me" or help kind of email trigger on your app.
You can follow below steps to trigger a mail from qlikview button/test Box.

  •  Create a button and set a trigger under Properties - "Open URL".



  • Add below as URL 
='mailto:' & 'mailid@email.com' & '?subject=Subjectofmail'& '&body=msg in body, %0A nextline  %0A '

this will create a button with ability to trigger a mail on click.

thanks,
Shiv Shrotriya