Send Report without a attachement
If you don`t want to send out a report with an attachment please add this to your Qlik Sense script:
Please add this script in a manual way!
...
distribute:
{
#Mail Settings
mail:
{
active: true
sendAttachement: false
subject: ='Report for Region: ' &only(Region)
message: '...' ...
}
}
...