Examples of swapAxes()


Examples of org.saiku.olap.query.IQuery.swapAxes()

  }

  public IQuery swapAxes(String queryName) {
    IQuery query = getIQuery(queryName);
    if (QueryType.QM.equals(query.getType())) {
      query.swapAxes();
    }
    return query;
  }

  public IQuery showGrandTotals(String queryName, String axisName, String functionName) {
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.