Trying to add a data filter on a string field and would like to use Intersects Table:Column
I Tried Table Name:Column Name but did not work, as well as a series of other combinations
Online Help just says that Intersects Table:Column filter Operator can only be used for String Datatypes which I did confirm.
Online Help should really be expanded to give more examples of each type of data filters. I notice this throughout the online help. Apptio syntax is simple compared to other programming languages but the online help needs enhanced to allow for mastery skill level.
Operators and data types with filters
Some row filter operators only work with certain data types. For example, Less Than works only with columns that contain numeric data, while Equals works with columns containing any data type. The following table describes the data types that work with each row filter operator. The top group of operators in the table provides functionality similar to wildcards. Filters do not support traditional wildcard symbols such as *.
Contains Does Not Contain Ends With Does Not End With Starts With Does Not Start With | String |
Less Than Less Than or Equal To Greater Than Greater Than or Equal To | Numeric |
Equals Not Equals Is Null Is Not Null Is In Is Not In | All types |
Intersects CurrentUser Column Intersects Table:Column | String |