Examples of CalculatedMeasure


Examples of org.saiku.query.metadata.CalculatedMeasure

    if (thinCms != null && thinCms.size() > 0) {
      for (ThinCalculatedMeasure qcm : thinCms) {
        // TODO improve this
        Hierarchy h = q.getCube().getMeasures().get(0).getHierarchy();

        CalculatedMeasure cm =
            new CalculatedMeasure(
                h,
                qcm.getName(),
                null,
                qcm.getFormula(),
                qcm.getProperties());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.