The functions category enumeration.
Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax Public Enumeration Category
public enum class Category
Members
| Member name | Value | Description |
---|
| Standard | 0 |
Standard data visualization functions.
|
| EmbeddedValue | 1 |
The category name is embedded in the function class as a string value.
|
| Financial | 2 |
Financial functions.
|
| Statistical | 3 |
Statistical functions.
|
| Subset | 4 |
Subset functions.
|
| Other | 5 |
Other function types.
|
See Also