Hi I have a question here
can line item fields be populated with item property values by selecting item member in a module?
@MaheshKosuriΒ
yes, you can use SELECT but you would have to hard code the formula. I would suggest a different approach, one that uses the DISCO methodology. For me, I almost always create a SYSTEM module for every list I create, especially if know that list will have properties that I need to lookup. To create a SYSTEM module, create a new module using only the list in the "applies to". Time should be removed. In your planning module that may contain a variety of lists, you can use the LOOKUP function to obtain the property you want. So in your planning module it might look like this: Salary = SYS08 Employees.Salary[LOOKUP: SYS08.EMPLOYEE], where EMPLOYEE is a list formatted line item and SYS08 and your planning module both use the same list in the "applies to". Hope that helps.
Also, if you have a specific example you want to explore, post it here. Happy to create an example for you!Β
You got this!
Hi - I cannot seem to create a migration for Assignment 3 and it will not allow me to update the hierarchy and proceed further. It seems to think that a link has already been created, but I don't see anything. Any ideas?
There was an error rendering this rich post.
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-yearβ¦