Overview Schemas Index

EXTENDED_MEASURE_REPRESENTATION_MIM (jsdai.SExtended_measure_representation_mim)


FUNCTION value_range_wr2
          (agg : compound_item_definition) : BOOLEAN;

BEGIN
      IF ((SIZEOF(QUERY (i <* agg | (i\representation_item.name = 'upper limit'))) = 1)
        AND (SIZEOF(QUERY (i <* agg | (i\representation_item.name = 'lower limit'))) = 1))
      THEN
        RETURN(TRUE);
      ELSE
        RETURN(FALSE);
      END_IF;
    END;

END_FUNCTION; -- value_range_wr2

public class FValue_range_wr2
          public static Value run(SdaiContext _context, Value agg)