Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue while updating schema after measure creation #879

Open
cmariscalvo opened this issue Apr 10, 2024 · 1 comment
Open

Issue while updating schema after measure creation #879

cmariscalvo opened this issue Apr 10, 2024 · 1 comment
Assignees
Labels
🐛 bug unexpected or wrong behavior

Comments

@cmariscalvo
Copy link

cmariscalvo commented Apr 10, 2024

Hi.

I am applying a partial join between two tables called MAIN STORE and PL_STORE:
image

I am not including all the PK's of PL_STORE table, however I am adding the mapped PK's during my cube creation:
image

Afterwards, I create hierarchies manually for the rest of PL_STORE PK's:

image

Then, I am trying to create a measure based on another column of the PL_STORE:

image

However, I get the following error:

image

The schemas for both MAIN and PL tables are the following:

image

image

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

@cmariscalvo cmariscalvo added the 🐛 bug unexpected or wrong behavior label Apr 10, 2024
@OPeyrusse
Copy link

Hello @cmariscalvo

There seems to be an issue indeed. But once more, I will need a sample project or a code snippet reproducing the issue to investigate it?
With only screenshots, we will not start the investigation.

Thank you for your understanding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug unexpected or wrong behavior
Projects
None yet
Development

No branches or pull requests

2 participants