Indicates whether the given text, {0}, ends with the specified value, {1}. The indication is case-sensitive.{2} is aComparer
which is used to control the comparison. Comparers can be used to provide case insensitive or culture and locale aware comparisons.The following built in comparers are available in the formula language:
Comparer.Ordinal
: Used to perform an exact ordinal comparisonComparer.OrdinalIgnoreCase
: Used to perform an exact ordinal case-insensitive comparison-
Comparer.FromCulture
: Used to perform a culture aware comparison
Indicates whether the given datetime value {0} occurs during the previous quarter, as determined by the current date and ...
Indicates whether the given datetime value {0} occurs during the previous second, as determined by the current date and time ...
Indicates whether the given datetime value {0} occurs during the previous week, as determined by the current date and time ...
Indicates whether the given datetime value {0} occurs during the previous year, as determined by the current date and time ...
Indicates whether the given text, {0}, ends with the specified value, {1}. The indication is case-sensitive. {2} is a Comparer ...
Indicates whether the hierarchy is enabled on this cube dimension. This allows hierarchies to be disabled on specific cubes ...
Indicates whether the hierarchy is visible on this cube dimension. This allows hierarchies to be made invisible on specific ...
Indicates whether the list {0} contains the value {1}. Returns true if value is found in the list, false otherwise. An optional ...
Indicates whether the list {0} includes all the values in another list, {1}. Returns true if value is found in the list, ...