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
I am attempting to connect to an azure SQL database vis at the MSSQL connector in data orchestrator but am having issues and I believe it is due to hyphens in database name (which is a fairly standard naming convention I will note!) Example below (fake credentials) - has anyone else encountered similar and is there a way…
Hi, for some reason my shipping costs are the same over every month and I don't know what to do to fix it.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…