Using the :catalog param worked perfectly. Thanks for your help with
this--and thanks for the gem!
@olap = Mondrian::OLAP::Connection.create(
:driver => params[:adapter] == 'oracle_enhanced' ? 'oracle' :
params[:adapter],
:host => params[:host],
:database => params[:database],
:username => params[:username],
:password => params[:password],
:catalog => File.expand_path('../Cubes.xml', __FILE__)
On Jun 21, 3:24 am, Raimonds Simanovskis
<
raimonds.simanovs...@gmail.com> wrote:
> Currently I have not yet added support for shared dimensions but it would be
> quite easy to do. All schema elements are defined
> inhttps://
github.com/rsim/mondrian-olap/blob/master/lib/mondrian/olap/s...