Do we have a replace function?
I want to change a value.
@Sravan_Kumar
Can you elaborate more ?
I wanted to know, as we have 'Replace' in excel.
Do we have the similar in Anaplan?
For text , SUBSTITUTE function is there which enables to replaces a portion in a text line item with a new string,
to replace numbers, you can convert into text using TEXT(), then substitute , then convert substitiuted text into number using value()
https://help.anaplan.com/anapedia/Content/Calculation_Functions/All/SUBSTITUTE.htm
Whenever trying to convert from excel to Anaplan this is a helpful link:
https://help.anaplan.com/anapedia/Content/Calculation_Functions/Function%20Usage/Excel%20Comparison.htm
Depending on your exact case, you could use a combo of FIND(), LEN(), LEFT(), RIGHT(), etc. Alternatively if you are finding a specific text and want change it for something else then you could use SUBSTITUTE() like @Kanishq17 mentioned above.
Jason
Hello everyone, We are trying to use Anaplan Connect in order to push data from a dwh to Anaplan Data Hub. To do so, we need an authentication by token. We can't make it work, we receive the following error: ERROR 16020 |-- Anaplan API: Invalid key path Any suggestions? Thank you all in advance for the help! Michele
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…
Has anyone found success using Anaplan XL with Polaris models in a shared drive with or without concurrent users? My team has experienced a variety of errors, login failures, etc. sometimes it works, sometimes it doesn't. We've been recommended to save and edit files locally, which helps but certainly with its limitations…