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
Hi Community, I’m encountering an issue where an export created in Anaplan is missing column headers when retrieved via the API. However, when I manually run the same export from the Actions tab, the downloaded file includes the headers. Has anyone experienced this behavior before? I’d appreciate any insights into the root…
Hi all, I, as an Anaplan workspace administrator, am working together with a Fabric team to export data from Anaplan to Fabric via Anaplan API and Postman. We have a problem where all Anaplan exports are visible in Postman but when trying to connect to SOME of them, we get message "404, Not found". Below screenshot showing…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…