Details
-
Type:
Bug
-
Status: Closed
-
Severity:
High
-
Resolution: Incomplete
-
Affects Version/s: 4.0.0 (5.1.0 GA Suite Release)
-
Fix Version/s: Backlog - Mondrian 4.0
-
Component/s: None
-
Labels:None
-
Notice:
Description
Alright I've got a repro path in Foodmart, use my attached version
run warehouse and sales and slap Store 3.StoreID on columns and Sales Count on rows.
You'll see a MySQLSyntaxErrorException: Unknown column 'store.store_id' in 'field list' when running with MySQL.
This is occurring when you have 2 dimensions that share part of the same table, but link to different FK's if they happen to link to the same FK's you don't see the issue.