Hi,
PLease see details on the attachment.
Regards,
Hi JsDeloria,
If an import is increasing a number after an import, it is usually the case that the source module has more/different dimensions than the target module. It will then find multiple entries in the source module and import them into the target module. It will not matter for text line items (even though the import will take longer), but it will show up for number formatted items, as it will increase the number with each entry.
Please check the view of your source module and see if there is a dimension (probably with 2 items in it) that is not in your target module. If so, make sure the view is stored with only a single item of that dimension visible (I usually pick the top of the hierarchy, like 'All Products').
Tip: Put all dimensions in the row and the line items in the columns to check whether the export has the same dimensionality as the target module. If you have more than 3 dimensions in your module, then iterate between the dimensions to the rows/paging to make sure every dimension is on the right level.
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…