Operators
You can use the following logical operators, relational operators, arithmetic operators and string operators in Inxmail Professional. The operators can be used in mailing texts, actions and target groups.
Note: You can only link the same data types with an operator. For example, it is not possible to link the Date and time data type with the Date only data type using operators. An overview of the data types available in Inxmail Professional is provided in the section Creating a new column.
- All women: if Gender = "f"
- All except women: if Gender <> "f"
- All with postcode below 79000: if Postcode < 79000
- All with postcode above 79000: if Postcode > 79000
- All with postcode of or below 79000: if Postcode <= 79000
- All born in 1990 or later: if Birthdate >= 1990
- Searches for values similar to the following: ‘html’, ‘HTML’, ‘HTmL’: if format LIKE "html"
- All in postcode region 7: if Postcode >= 70000 AND Postcode < 80000
- All who have an inxmail email address (when searching, a * must never be used as a wild card; use a % instead): if email ENDS_WITH "inxmail.%"
- All with the title of professor: if Title CONTAINS "Prof."
- All men interested in sports: if (Gender="m") AND (SportsInterest=TRUE)
- All women and all male subscribers interested in sports: if (Salutation="Ms") OR (Salutation="Mr" AND Sport="Yes")
-
All whose gender or surname is unknown should be addressed as ‘Dear Subscriber’. All others will be addressed according to their gender.
Additionally, the ‘firstcap’ parameter (Erstellen von individualisierten Texten (für Zielgruppen)) will be used to ensure that the name always begins with a capital letter.
Copy[%if (Gender IS_EMPTY) OR (Name IS_EMPTY)]Dear Subscriber,
[%elseif Gender="m"]Dear Mr [Surname,firstcap],
[%elseif Gender="f"]Dear Ms [Surname,firstcap],
[%endif] - String the ‘inxmail’ and ‘s’ character strings to inxmails: [%="inxmail" + "s"]
-
String ‘Super-’ character string with value from the ‘First name’ table column:
[%="Super-" + First name]
becomes e.g. ‘Super-Mike’
-
String ‘Super-’ character string with value from the ‘First_Name’ (special characters!) table column:
[%="Super-" + Column("First_name")]becomes e.g. ‘Super-Mike’
Inxmail Professional:
2 possible use cases
Depending on your contract, you might use Inxmail Professional in different ways:
-
As part of the Inxmail platform: You use newsletters & campaigns as your main tool for creating and sending newsletters. Inxmail Professional only serves as a recipient database and configuration tool in the background.
We are constantly expanding the functionality of “Newsletters & Campaigns”. Check out newsletters & campaigns section to find out if the feature you are looking for might already be available there.
-
Full scope: You use the legacy tool Inxmail Professional as your main tool for creating and sending newsletters.
Did you not find what you were looking for?
-
Send us your feedback.

