Hi,I am currently working on building a model in Anaplan with a specific hierarchy. The hierarchy includes the following levels:
- Department (Level 1): Departments A, B, ..., F.
- Production Line (Level 2): Production lines 1, 2, ..., 8.
- Type of Line (Level 3): Types "S" and "W".
- Product (Level 4): Products list .
The desired hierarchy structure is as follows:
- Department A:
- Production Line 1
- Production Line 2
- Type "S"
- Type "W"
- Article 7
- Article 9
- Article 97
However, during the data import process to create the lists, I encountered an issue where the import only applies to one production line, and the others fail with the error message: "Another row has already been processed with this key." The problem seems to arise due to each Production Line having two types (S and W).
Unfortunately, I am unable to create a new column in my data source to combine the Production Line and Type of Line, as I need the Line Type summary in my model.
I am seeking assistance in finding a possible solution to create this hierarchy while still maintaining the summary by Line Type. Any guidance or help would be greatly appreciated. Thank you in advance.