Skip to content

Instantly share code, notes, and snippets.

View pstoellberger's full-sized avatar

Paul Stoellberger pstoellberger

View GitHub Profile
@pstoellberger
pstoellberger / SaikuHttpTest
Created July 6, 2012 13:25
Using Saiku from Java via HttpClient
package org.saiku.web;
import java.net.URL;
import java.util.UUID;
import junit.framework.TestCase;
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.UsernamePasswordCredentials;
import org.apache.commons.httpclient.methods.GetMethod;
@pstoellberger
pstoellberger / Saiku 2.4 Roadmap
Created April 27, 2012 14:19
Saiku 2.4 Roadmap
New features of the query model will be:
Basically everything will be based on levels. and for each you can:
- Sort
- Filter()
- Top- / Bottom Count/Percent/Sum
- Filter by name (e.g. Quarter1, so you dont have to select 2003.Quarter1, 2004.Quarter1, ....)
- Range selections { Time.2000 : Time.2010 }
Other new stuff:
- Calculated measures in a query (no wizard, just plain mdx fragments)