Hi All,
Is there any way i can import a part of list into a model from a huge list from another model?
@abhay.kanik
It is not best practice to import directly from a list to another list for exactly this reason. so:
1. Create a systems module dimensioned by the huge list and create two line items
2. Set the filter on the module using the filter line item and save this view
3. In the downstream model, use this view to import the name and the code to the target model. You don't need a line item for the name (unless the list is a numbered list, in which case use the display name)
I hope this helps
David
Hi Abhay,
Yes you can do this. You will have to import the destination list from a module in this case.
You can do it by 2 ways.
1. Create a subset and use it in a module and then create a list out of that subset
2. Mark the elements of the source list in a module as boolean, create a view out of this module when boolean line item is true and then import into the destination list from this view
Hope this helps
Thanks! @akhil.kohli @DavidSmith
It helped.
I attempted the Anaplan Level 2 Model Building - On Demand Sprint 1 exam many times due to system issues and Sprint 1 exam got locked. Can you please support to resolve this issue soon as I need to resume doing my Sprint 1 exam and next lessons.
I have a requirement to extract last 90 days data from an Anaplan model through Matillion. I wanted to know is there any API which I can use to achieve the same? I have taken a look at the (Integration APIs) Bulk API as well as Transactional API and none of them has a relevant query parameter which I can use to apply the…
Hi, I'm trying to create a month to date line that is based on a specific input date, not the actual date. Is this possible?