• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum SsasNullProcessing

Namespace:
Varigence.Languages.Biml.Cube
Assembly:
Biml.dll
C#
    public enum SsasNullProcessing
    
  

Fields

Automatic

Specifies that the value should be treated as ZeroOrBlank if a null value is encountered.

Error

Specifies that an error should be raised if a null value is encountered.

Preserve

Specifies that a null value should not be changed.

UnknownMember

For attribute key columns, specifies that the Unknown member should be used if a null value is encountered.

ZeroOrBlank

Specifies that the value should be replaced with a zero or a blank string if a null value is encountered.

© Varigence