Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ZoeM
Specialist
Specialist

Showing Current Selections in Email Notification

Hello Community.

In the attached sample app, I am using a Text Object to trigger an email notification for the selected names available. 

One issue I am finding is that It only populates the Names when one name is selected. How would I be able to have more than one name populate? i.e. All names, two names etc in the body?

Any help rendered will be appreciated.

 

Zoe M. 

Labels (1)
1 Solution

Accepted Solutions
AndyC
Contributor III
Contributor III

Use GetFieldSelections

e.g.

='mailto:' & GetFieldSelections(Name) & '?subject= '

View solution in original post

1 Reply
AndyC
Contributor III
Contributor III

Use GetFieldSelections

e.g.

='mailto:' & GetFieldSelections(Name) & '?subject= '