I want to import data from one model into another, but only for future periods i.e. don't import the historical data. I match on Time but have no way to remove the past periods data from the import selections. Is this possible?
Hi, On your sources saved views you need to filter out historical months.
Hi @DaveScott,
To import data for future periods, create a filter in the source model using a time settings module to mark future months as "true." Apply this filter to the source data module, ensuring the time dimension is in rows along with other dimensions for correct mapping. Save this filtered view and use it as the source for the import, rather than importing directly from the module. Hope this helps.
thanks for the replies - will give it a go!
Create a filter like this for Future Year.
@uno online If you have programming skills, you can write a custom script (in Python, R, or any programming language you are familiar with) to read data from the source model, filter the records with future dates, and then write this data to the target model. I hope this helps you.
Not sure the way i handled this scenario right or wrong, would like to have your thoughts on this .. Since the Supply chain model, dem03 final demand forecast dimensioned by Accounts, Product SKU's. However, my assumption is FP&A, No way related to accounts(we didn't added any lists for account during the FP&A modelβ¦
Hi everyone, I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error: Failed to establish a connection The following message was sent from the target system: The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.β¦
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β¦