ReqDemPlanImportForecastService.convertNotApplicable Method [AX 2012]
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.