Importing XFD multiple amount columns
Hello,
I'm hoping someone can help me with a syntax issue where I have data in a spreadsheet that is organized with accounts on the rows and 12 periodic months in the columns. I want to be able to tell OneStream that there are multiple amount columns and columns represent different time periods. I can label the amount in the 1st column "Jan" and make T#:[2024M1] using XFD named range the data will load but I want to be able to load all twelve columns at once. Does anyone know how to do this? Does it require a business rule?
Thanks,
Scott
You have to use the Matrix load to achieve what you are wanting to do. So if you change the Column tag from T#:[2024M1] to instead say T#:[]:[]:[2024M1] then the next one T#:[]:[]:[2024M2] and so on, it should work.
Joakim