It would be a good thing that you include in the list of options to choose from for example if in the DATA TAB you use an alias inside the SQL statement, is not shown now:
Select '[email protected]' as myEmail, email2, email3 from Emails
This code would only offer email2 and email3 as options but not myEmail. This is very common in SQL.
Thanks
Daniel |
|
|