Hi Friends,
Do we have any special formulas for the below calculation.
@Sravan_Kumar
Create additional Line item to find delimiters
Find LI = FIND(",",Old Value,1)
New Value = IF FIND LI = 0 THEN Old Value ELSE Left(Old Value,Find LI -1)
This should give you the results
Hi @Sravan_Kumar -
Create a new Line item(number format) and write a formula FIND(",", old)
Write the formula for new value = IF New Line item = 0 THEN old value ELSE LEFT(old value, New Line item - 1)
Hope it helps,
Hi @Sravan_Kumar
You can try this
Hope this helps!
Thanks
Akhtar
SUBSTITUTE() is also an option and that will allow for replacing multiple instances of the same character without something super complex.
https://help.anaplan.com/anapedia/Content/Calculation_Functions/All/SUBSTITUTE.htm?_ga=2.210251925.1256721239.1586888949-1317535828.1586888949
Thanks @Akhtar.shahbaz , @prabhu , @Misbah .
As a community learner, I feel your responses to help new learners deserve much more than applause.
I am really credited to the community, it is making me learn Anaplan having so many helping hands.
Wow! Amazing @johndorma.
But this doesn't work if something is present after comma.
Say,
5.0 ----> 50
but using the formuls,
5.0 -----> 6
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.…