What is the syntax for ExecuteCommand?
AddInfoCubeRestriction(STRING CharactName, STRING sign,STRING compOperator, STRING lowValue, STRING highValue)
- STRING CharactName = technical name of the characteristic to be restricted. Less than or equal to 30 characters.
- STRING sign = ‘I’ for inclusive or ‘E’ for exclusive.
STRING compOperator = Comparative Operator.- EQ = equal
- NE = not equal
- LT = less than
- GT = greater than
- LE = less or equal
- GE = greater or equal
- BT = between
- NB = not between
- STRING lowValue = low value for the operator defined before.
- STRING highValue = contains the high value for the operator defined before. Only needed for operators BT and NB.