During a file import or module to module import, is it possible that even though the list item is unmapped or is not present in the file but since the time period matches, the other items are updated regardless of not being mapped?
Hi @ChaitanyaKakara , Suppose for 1 list item you have data 100 and next time if you try to import the data from file or model to model transfer if the above list combination data not exists in your file or model to model transfer, Data will not get clear. Sample Example: CCL1 list item has some data:
CC1 removed from the file.
After Import:CCL1 Data not cleared
Hope this helps:) Regards, Venkatesh
@Venki9902 Thank you! What about module to module import in the same model?
The following is the article I am referring to:
https://help.anaplan.com/clear-target-cells-prior-to-module-imports-ad84d07c-31c5-4c63-817b-a641ae142982
Although here it mentions line items and not list items under the "Clear the target for the Time dimension" section
Hi @ChaitanyaKakara , As per my knowledge, it clears the target first with mapping combinations then inserts the data. I have tested with module-to-module transfer also by copying the data from data to Data2 and also I have entered some data in data2 before running the action. And data for the below-highlighted list items have not got cleared.
In the link you have provided: If you select Clear target prior to import, the import deletes values in target cells and replaces them with mapped source cell values. You can then further configure the options to clear the target on the tab for each dimension. There are specific options for the Time dimension that differ to those for other dimensions.If you select Only update imported cells, the import only clears cells that already exist in the target where there’s a matched source item.
Hope this helps :). Regards, Venkatesh
@venki9902 Definitely helps thank you!
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…