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.

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_REMARK_FIRST

Evaluates to true when the participant has the remark FIRST, regardless of it's visibility.

HAS_REMARK_SECOND

Evaluates to true when the participant has the remark SECOND, regardless of it's visibility.

HAS_REMARK_THIRD

Evaluates to true when the participant has the remark THIRD, regardless of it's visibility.

HAS_REMARK_DNS

Evaluates to true when the participant has the remark DNS, regardless of it's visibility.

HAS_REMARK_DNF

Evaluates to true when the participant has the remark DNF, regardless of it's visibility.

HAS_REMARK_DSQ

Evaluates to true when the participant has the remark DSQ, regardless of it's visibility.

HAS_REMARK_BUBBLE

Evaluates to true when the participant has the remark BUBBLE, regardless of it's visibility.

HAS_REMARK_ELIMINATED

Evaluates to true when the participant has the remark ELIMINATED, regardless of it's visibility.

LAST_REMARK_DNS

Evaluates to true when the participant's last remark is DNS and it's visibility is SHOW.

LAST_REMARK_DNF

Evaluates to true when the participant's last remark is DNF and it's visibility is SHOW.

LAST_REMARK_DSQ

Evaluates to true when the participant's last remark is DSQ and it's visibility is SHOW.

LAST_REMARK_BUBBLE

Evaluates to true when the participant's last remark is BUBBLE and it's visibility is SHOW.

LAST_REMARK_ELIMINATED

Evaluates to true when the participant's last remark is ELIMINATED and it's visibility is SHOW.