%@page contentType="text/html"%> <%-- // This software is subject to the terms of the Eclipse Public License v1.0 // Agreement, available at the following URL: // http://www.eclipse.org/legal/epl-v10.html. // You must accept the terms of that agreement to use this software. // // Copyright (C) 2001-2005 Julian Hyde and others // All Rights Reserved. // // jhyde, 6 August, 2001 --%> <% final String nl = System.getProperty("line.separator"); String[] queries = new String[] { // #0 "SELECT" + nl + " NON EMPTY {Hierarchize({[Measures].[Anzahl]})} ON COLUMNS," + nl + " NON EMPTY {Hierarchize({[Geschlecht].[Geschlecht].Members})} ON ROWS" + nl + " FROM [Studierende]" }; %>