Open
Description
Hi.
I am applying a partial join between two tables called MAIN STORE and PL_STORE:
I am not including all the PK's of PL_STORE table, however I am adding the mapped PK's during my cube creation:
Afterwards, I create hierarchies manually for the rest of PL_STORE PK's:
Then, I am trying to create a measure based on another column of the PL_STORE:
However, I get the following error:
The schemas for both MAIN and PL tables are the following:
I am using the latest atoti version, 0.8.11. I used before this 0.7.1 but I am getting the same error.
Maybe is it a problem for creating measures on partial joins using non-PK columns?
Thank you