Skip to main content Skip to complementary content

BookmarkFieldItem Class

Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll

Inheritance

  • System.Object
    • BookmarkFieldItem

Syntax

[ValueClass]
public class BookmarkFieldItem : IBookmarkFieldItem

Constructors

Name Description
BookmarkFieldItem()

Properties

Name Description
AndMode

If set to true, selections within a list object are made in AND mode; If you have a list object that lists all customers, by selecting Customer 1 and Customer 2 while in and-mode, all records that are associated with Customer 1 and Customer 2 are selected.

The default value is false; selections within a list object are made in OR mode. If you have a list object that lists all customers, by selecting Customer 1 and Customer 2 while in or-mode, all records that are associated with either Customer 1 or Customer 2 are selected.

This parameter is not returned if set to false.

JSON property name: qAndMode

Def

Name and type of the field.

JSON property name: qDef

ExcludedValues

List of excluded values.

Either the list of selected values or the list of excluded values is displayed.

JSON property name: qExcludedValues

Locked

Indicates if the field is locked.

Default is false.

JSON property name: qLocked

OneAndOnlyOne

If set to true, the field has always one selection (not 0 and not more than 1). If another value is selected, the previous one is unselected.

The default value is false. This parameter is not returned if set to false.

JSON property name: qOneAndOnlyOne

SelectInfo

Information on the selections criteria.

JSON property name: qSelectInfo

Values

JSON property name: qValues

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!