Hi team,
How to call out previous data from numbered list similar to previous if time bounded? Please see attached reference file.
Thanks,
Eia
Hi @elaine.novel,
Yes it is possible if you have sequence of code values in your numbered list.
for eg: #1 has a code 001 or PG01 (number or ALPHA Numeric)
#2 has a code 002 or PG02
#3 has a code 003 or PG03
These have sequence of code.
So in this case
Create a line item and use value function to convert to number
for example: #1 has a code 001
Code will always be text so i am converting to number value(code)
Eg: #1 has code PG01
use right function to get the number position
right(code, 2) => output will be 01
Convert to number value(right)
Finally write a condition stating
if #1 then blank
else finditem(numbered list, text(value-1)) => it works for Code 001
else finditem(numbered list, left(code,2) & text(value-1)) => it works for Code PG01
@elaine.novel
If you want to get the previous value of non time modules then there is only one way of doing so which is mapping module
Create a module dimensioned by the list and insert one line item formatted as the same list and then do the mapping. Mapping should be done in such a way that Second item gets mapped to first item
For example:
A - Blank
B - A
C - BD - C
Once you are done with the mapping then you can use Lookup in your formula to get the previous value of the same list
Hope this helps
Misbah
Is there a way i can have it calculated instead of manual mapping. I did the manual mapping and it works fine. but i am finding a way for me not to do the mapping manually.
Thanks again,
Elaine
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…