Hi everyone,
Thanks in advance for any ideas/help. I have a shared dimension (call it DIM_USER) that has 2 uses of a snowflaked table - call it BIRTH_LOCATION_KEY and CURRENT_LOCATION_KEY. How would that work in Mondrian 4?
Right now i have it as:
<Link source='LKP_LOCATION' target='LKP_USER'>
<ForeignKey>
<Column name='BIRTH_LOCATION_KEY'/>
</ForeignKey>
</Link>
<Link source='LKP_LOCATION' target='LKP_USER'>
<ForeignKey>
<Column name='CURRENT_LOCATION_KEY'/>
</ForeignKey>
</Link>
When it comes to the actual User dimension, how do I setup the table="" command in an attribute to know which Link it is referring to?
Thanks!
Thanks in advance for any ideas/help. I have a shared dimension (call it DIM_USER) that has 2 uses of a snowflaked table - call it BIRTH_LOCATION_KEY and CURRENT_LOCATION_KEY. How would that work in Mondrian 4?
Right now i have it as:
<Link source='LKP_LOCATION' target='LKP_USER'>
<ForeignKey>
<Column name='BIRTH_LOCATION_KEY'/>
</ForeignKey>
</Link>
<Link source='LKP_LOCATION' target='LKP_USER'>
<ForeignKey>
<Column name='CURRENT_LOCATION_KEY'/>
</ForeignKey>
</Link>
When it comes to the actual User dimension, how do I setup the table="" command in an attribute to know which Link it is referring to?
Thanks!