Package org.saiku.query.metadata

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

Related Classes of org.saiku.query.metadata.CalculatedMeasure

Copyright © 2018 www.massapicom. 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.