Is there any way to lookup or connect the "Distribution Center" from the second table with the first table?
thanks
Hi @AnAnnie ,
Ideally, you shouldn't be connecting second table with the first using LOOKUP. Second table is dimensioned by SKU and distribution center, while the first table is dimensioned only by SKU (based on the screenshot). If not in Anaplan learning course context, one SKU can be sold/distributed to multiple distribution centers, which is maintained in second table. Since first table is only by SKU list, you could aggregate the inventory by SKU level using a formula. Or add distribution center dimension to first module and then fetch data using an import action or formula. Cheers!
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦