Jump to content

Need help with aggregator attribute in OLAP schema


suppachartt

Recommended Posts

Hi everyone,

I have a view table that has already been aggregated (AGG_CUBEVIEW).
Is there is a way that I can tread this table as a fact table and bypassing that aggregator attribute in <Measure>?

Regards,
Suppachart

Code:
<Schema name="ABC">  <Cube name="Cubes">     <Table name="AGG_CUBEVIEW" />     ...     ...     ...     <Measure name="Agg Sum" column="AGG_SUM" aggregator="sum" />  </Cube></Schema>
Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Hi Suppachart,

 

Look into using aggregate "tables", which in your case is your materialized views.

 

In your schema, there are aggregate sub elements under the main fact table of a cube that can be set to define a series of aggregate tables, their attributes etc.

 

Sherman

Jaspersoft

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...