CAS 6


Scripting return CAS Item local selection criteria Select grid.

CasItms.GetLocalSelectionCriteriaSelect method returns a RecordSet containing the Select grid of an items local selection criteria settings. The RecordSet will contain three columns: ON, EXP and DESC.

Name Description
ON Boolean column indicating if expression is enabled. Default to 1.
EXP Selection expression that must return a boolean result.
DESC Description field for the expression.

Example

cs←CasSession.GetCurrentFile'' 
item←cs.GetItem'\CAS Items\Table Report\Wide Sample' 
sc←CasItems.GetLocalSelectionCriteriaSelect item e Sample'