GenericObject SelectListObjectAlternativeAsync Method Qlik Sense .NET SDK - API Reference
Overload List

  NameDescription
Public methodSelectListObjectAlternativeAsync(String, Boolean, String)

Selects all alternative values in a specific field.

This method applies to list objects (objects with one dimension).If a field contains at least one selected value, the values that are neither selected nor excluded are alternatives values.
Public methodSelectListObjectAlternativeAsync T (String, Boolean, Func Response, T , String)

Selects all alternative values in a specific field.

This method applies to list objects (objects with one dimension).If a field contains at least one selected value, the values that are neither selected nor excluded are alternatives values.
Back to Top
See Also