ShowWhenCondition

<< Click to Display Table of Contents >>

Navigation:  Support > Reconfigurable Rulebook > String Formatting >

ShowWhenCondition

Description

Enumerated string.

Conditional variables that evaluate to true or false at runtime, to help decide if a column should be displayed or not.

NOTE: Screen dimensions are based on Bootstrap 5's breakpoints.

Values

Value

Meaning

TRUE

Always evaluates to true.

FALSE

Always evaluates to false.

RESULT_STATUS_FUTURE

Evaluates to true when the Result List Intermedaite Format's Result List's Status is FUTURE.

RESULT_STATUS_INTERMEDIATE

Evaluates to true when the Result List Intermedaite Format's Result List's Status is INTERMEDIATE.

RESULT_STATUS_UNOFFICIAL

Evaluates to true when the Result List Intermedaite Format's Result List's Status is UNOFFICIAL.

RESULT_STATUS_OFFICIAL

Evaluates to true when the Result List Intermedaite Format's Result List's Status is OFFICIAL

DIMENSION_SMALL

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 576.

DIMENSION_MEDIUM

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 768.

DIMENSION_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 992.

DIMENSION_EXTRA_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 1200.

DIMENSION_EXTRA_EXTRA_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth >= 1400.

DIMENSION_LT_SMALL

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 576.

DIMENSION_LT_MEDIUM

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 768.

DIMENSION_LT_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 992.

DIMENSION_LT_EXTRA_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 1200.

DIMENSION_LT_EXTRA_EXTRA_LARGE

Evaluates to true when the Result List Intermedaite Format .ResolutionWidth < 1400.

MATCH_TYPE_LOCAL

Evaluates to true when the Result List Intermediate Format's Result List's Match's Type is a Local Match.

MATCH_TYPE_VIRTUAL

Evaluates to true when the Result List Intermediate Format's Result List's Match's Type is a Virtual Match.

MATCH_TYPE_TOURNAMENT

Evaluates to true when the Result List Intermediate Format's Result List's Match's Type is a Tournament.

SHOT_ON_EST

Evaluates to true when the Result List reports scores were shot on ESTs.

SHOT_ON_PAPER

Evaluates to true when the Result List reports scores were shot on paper targets.

ENGAGEABLE

Evaluates to true when the Result List Intermediate Format will be displayed on an interface that is considered user interface engageable.

NOT_ENGAGEABLE

Evaluates to true when the Result List Intermediate Format will be displayed on an interface that is not considered user interface engageable.

SUPPLEMENTAL

Evaluates to true when the Result List Intermediate Format instance's ShowSupplementalInformation property is set to true. Which generally means to show information that is interesting, but not necessarily required.

Websites will generally have supplemental information turned on. Spectator displays generally do not.

NOT_SUPPLEMENTAL

Evaluates to true when the Result List Intermediate Format instance's ShowSupplementalInformation property is set to false. Which generally means to not show information that is interesting, only show required information.

HAS_ANY_SHOWN_REMARK

Evaluates to true on a column when any participant in the Result List has a shown Remark. In a row, evaluates to true with the participant has any shown Remark.

HAS_SHOWN_REMARK_FIRST

Evaluates to true when the participant has the remark FIRST shown.

HAS_SHOWN_REMARK_SECOND

Evaluates to true when the participant has the remark SECOND shown.

HAS_SHOWN_REMARK_THIRD

Evaluates to true when the participant has the remark THIRD shown.

HAS_SHOWN_REMARK_DNS

Evaluates to true when the participant has the remark DNS shown.

HAS_SHOWN_REMARK_DNF

Evaluates to true when the participant has the remark DNF shown.

HAS_SHOWN_REMARK_DSQ

Evaluates to true when the participant has the remark DSQ shown.

HAS_SHOWN_REMARK_BUBBLE

Evaluates to true when the participant has the remark BUBBLE shown.

HAS_SHOWN_REMARK_ELIMINATED

Evaluates to true when the participant has the remark ELIMINATED shown.

HAS_SHOWN_REMARK_QUALIFIED

Evaluates to true when the participant has the remark QUALIFIED shown.