I have three modules with different dimensions:
- Product Details:
- Dimension: 'Product'
- Line Item: 'Dispatched Qty'
- Formula I used is : 'Order Import Data'. Dispatched Qty [LOOKUP: 'Order Import Data'. FIND_PRODUCT]
- Attributes Allocation:
- Dimension: 'Allocation ID'
- Line Item: 'Dispatched Qty'
- Formula is : 'Order Import Data'. Dispatched Qty[LOOKUP: 'Order Import Data'. FIND_ALLOCATION]
- Record Key:
- Dimension: 'Issue Key'
- This module should look up the 'Dispatched Qty' from both the Product Details and Attributes Allocation modules.
Currently, I’m using this formula to retrieve data from Attributes Allocation:
Attributes Allocation. Dispatched Qty [LOOKUP: 'Allocation']
However, I also need to include the 'Dispatched Qty' from the Product Details module in the Record Key module's 'Dispatched Qty'. Since Product Details and Attributes Allocation have different dimensions, I’m unable to use a single LOOKUP on the same line item due to dimension incompatibility.
How can I configure the Record Key module to effectively look up data from both modules? Please advise!