data warehouse - SASS : Bridge table won't work when browsing the cube -


data source view

as described in data source view schema in picture above, have transaction fact table, gl_hierarchy dimension,the accountlist dimension , bridge table links between them. here example of each dimension

the gl_hierarchy dimension parent/child dimension :

enter image description here

the accountlist dimensions contains accounts of general ledger

enter image description here

the bridge dimension links between account , one/many categories of gl hierarchy (many many relationship)

enter image description here

when browsing cube want see amount of transactions , drill down through hierarchy

when filtering account works fine

enter image description here

but want filter using gl_hierarchy attribute "category description" results wrong, accounts recurrent every category if there no bridge dimension

enter image description here

i'm helpless , can't manage make work.

thank you.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -