Hi Everyone,
Is it possible to use the "Delete from List using Selection" to empty a module?
Best regard
Patrick
Hi,
If you delete a list that is used in a module that contains data, then yes, you would delete the data in the module when you delete the list. However, deleting the list may not be the best approach because we'd have to recreate the list.
Here is a better way, borrowed from an older post: https://community.anaplan.com/t5/Anaplan-Support-Knowledge-Base/How-can-I-mass-delete-data-from-a-Module/tac-p/6738#M15 @leo_tadjudin_1
Create a line item with the same dimensions as the target you want to set to zero. Set the Format to No Data so that it doesn't take up model space. Then load that (no data) line item into your (numeric) line item that you want to clear. I tested this several times and it seems to work fine.
Cheers!
Paul
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…