OSBI/saiku

Hierarchies Title Does Not Appear

RodoxMan opened this issue · 0 comments

Is this a bug report?

Yes

Environment

java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

  1. Linux (Fedora 30)
  2. Chrome
  3. Saiku plugin to Pentaho
  4. Saiku CE:
  5. Saiku-3.15

Steps to Reproduce

Follows the scheme used!

<Hierarchy name = "Region" visible = "true" hasAll = "true" allMemberName = "All Regions" primaryKey = "id_ocorrencia">      <Table name = "dim_ocorrencia" schema = "public">      </Table>      <Level name = "State" visible = "true" column = "state" type = "String" uniqueMembers = "false" levelType = "Regular">      </Level>      <Level name = "City" visible = "true" column = "city" type = "String" uniqueMembers = "false" levelType = "Regular">      </Level> </Hierarchy>

Expected Behavior

Correct Display of Hierarchy Name

Actual Behavior

I have the following Hierarchy with the title: Region, and levels: State and City, but the title Region does not appear in Saiku Analytics!

image