Hi, All
Referring to the photo below
Suppose that there is a line item call YMD (value is 202006)
How to use this YMD to get the 'Test2' in List with matching the code (value is 20200620-2)
@Leco1982
In your code, what is the significance of the "-2" at the end? Is this required, and if so, is it standard for all cases that we would match on the left 6 characters, or that we could remove the right 3 characters? Just trying to get an idea for if this is something that you are trying to match on as well, or if this something that would get left our in the matching exercise.
Jason
@jasonblinn
We can ignore '-2' , let's change the value from 20200602-2 to 202006
in this case, how can i get the 'Test2' with some formula
in other word, if i want to match the value(one or more) in List, which formula or method should i use ?
The formula for this is FINDITEM(list name,code)
hi @Leco1982
use finditem function, finditem returns the list item based on matching code with text based property , so add lineitem which is list formatted to that list and use finditem('list name',ymd) to retuen the list item
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…