Report Filter Categories
The following table lists the filter categories that you can apply to your report data, including filter category descriptions and the categories’ property types—whether the filter category is a BOOLEAN, DATE, STRING, or STRING_LIST property.
See Report Filter Operator Symbols for information about which operators can be used with which Filter Property Types.
Filter Category |
Filter Property Type |
Description |
|||||||||||||||
Feature |
STRING |
FEATURE name |
|||||||||||||||
Reserved User or Group |
STRING_LIST |
USER or GROUP that is RESERVEd in the vendor’s options file. This filter category can be used in the following ways:
|
|||||||||||||||
Included User or Group |
STRING_LIST |
USER or GROUP that is INCLUDEd in the vendor’s options file. This filter category can be used in the following ways:
|
|||||||||||||||
License Key |
STRING |
License key on FEATURE or INCREMENT line |
|||||||||||||||
Version |
STRING |
Version on FEATURE or INCREMENT line |
|||||||||||||||
Vendor String |
STRING |
VENDOR_STRING=text on FEATURE or INCREMENT line |
|||||||||||||||
Hostid on Feature Line |
STRING |
HOSTID on FEATURE or INCREMENT line |
|||||||||||||||
Distributor Information |
STRING |
dist_info=text on FEATURE or INCREMENT line |
|||||||||||||||
User Information |
STRING |
user_info=text on FEATURE or INCREMENT line |
|||||||||||||||
Asset Information |
STRING |
asset_info=text on FEATURE or INCREMENT line |
|||||||||||||||
Issuer |
STRING |
ISSUER=text on FEATURE or INCREMENT line |
|||||||||||||||
Notice |
STRING |
NOTICE=text on FEATURE or INCREMENT line |
|||||||||||||||
Expiration Date |
DATE |
Expiration date (in the format dd-mmm-yyyy) for a feature as specified on the FEATURE or INCREMENT line (string with wildcards) in the license file. To create an Expiration Date filter condition, use the date format mm/dd/yyyy in the Event Filter field. For example, 04/19/2016 and 4/19/2016 are valid values for the date 19-apr-2016. Note:The specified year must be four digits in length. Expiration dates can also be specified as permanent in the license file, which means that the feature never expires. Permanent features have their expiration dates stored as NULL in the database. Because expiration dates are always either a date or the literal permanent, the NULL value in the database is never overloaded to mean “not defined.” (Expiration dates are always considered to be “defined.”) Using the Expiration Date filter category, you can filter features that have a permanent expiration date by constructing a filter condition using the keyword permanent. For example, if you create the filter condition Expiration Date == permanent, the filter will pick up all features whose expiration date is permanent in the license file. The following rules apply when using the keyword permanent as a value for an Expiration Date filter condition:
|
|||||||||||||||
Serial Number (SN) |
STRING |
SN=nnn on FEATURE or INCREMENT line |
|||||||||||||||
Issued |
DATE |
ISSUED=dd-mmm-yyyy on the FEATURE or INCREMENT line. This is the date that the feature was issued, as specified in the license file. To create an Issued filter condition, use the date format mm/dd/yyyy in the Event Filter field. For example, 04/19/2016 and 4/19/2016 are valid values for the date 19-apr-2016. Note:The specified year must be four digits in length. The issued date may not have been specified in the license file, in which case the data is NULL in the database. Features that have no issued date specified cannot be filtered by issue date. |
|||||||||||||||
Suite Package |
BOOLEAN |
The Suite Package filter works in the following ways:
Important:Using other filter operator symbols will not result in a valid filter. |
|||||||||||||||
Package Component |
BOOLEAN |
The Package Component filter works in the following ways:
Using other filter operator symbols will not result in a valid filter. |
|||||||||||||||
User |
STRING |
User name |
|||||||||||||||
User IP Address |
STRING |
User IP address (nnn.nnn.nnn.nnn) |
|||||||||||||||
User Platform |
STRING |
Platform on which the application was compiled to run |
|||||||||||||||
User Display Name |
STRING |
User display name (UNIX only) |
|||||||||||||||
User Project |
STRING |
Use LM_PROJECT environment variable (or Windows registry) |
|||||||||||||||
FlexNet Licensing Version |
STRING |
Product’s FlexNet Publisher licensing version |
|||||||||||||||
User Host Name |
STRING |
User host name |
|||||||||||||||
User Product Version |
STRING |
Version of product actually used |
|||||||||||||||
Checkout Data |
STRING |
Value of CHECKOUT_DATA passed by the application to the license server when the license is checked out |
|||||||||||||||
Group |
STRING_LIST |
GROUP name in end-user options file for vendor |
|||||||||||||||
Host Group |
STRING_LIST |
HOST_GROUP name in end-user options file for vendor |
See Also