semantic layer Java SDK: business layer queries

Is there a way to access the business layer’s queries? I didn’t see a method in the BusinessLayer class that seemed to correspond.


craibuc :us: (BOB member since 2009-10-19)

No, it doesn’t appear to be in the public-facing SDK. Not sure why.


joepeters :us: (BOB member since 2002-08-29)

You can get to the SQL of dimensions, measures, and attributes/details using the “getSelect” method of the object’s RelationalBinding. For filters, you have to go to the “getWhere” method of the object’s RelationalBinding.

-Dell


hilfy :us: (BOB member since 2007-04-16)