Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Replaces non-applicable string values that are retrieved from Microsoft SQL Server Analysis Services (SSAS) with empty strings.
Syntax
public str convertNotApplicable(str _value)
Run On
Server
Parameters
- _value
Type: str
The value to evaluate.
Return Value
Type: str
An empty string if the value represents a non-applicable value; otherwise, the same value that was passed in to this method.