Hi experts,
How to write "concatenate formula" in anaplan.
We have 3 proprties in Customer list. I want to concatenate first and second properties into 3rd property.
The format of the properties is "Text".
Can you please suggest me.
Regards,
Uma
Hi,
Assuming all 3 properties are Text format, then
Properties 3 = 'Properties 1' & 'Properties 2'
If Properties 1 and/or Properties 2 are of List format, then you can use NAME() or CODE().
In alignment with the S(ystem) of DISCO, this should be in a List Properties MODULE, not in the LIST properties.
Thanks,
LipChean
You can just use & after every text item and this will concatenate. Here is a link to the Anapedia page.
@UMAMAHESH @AWhitworth
please refer to this article for guidance on how to use concatenation in the most efficient way
https://community.anaplan.com/t5/Knowledge/Formula-Optimization-in-Anaplan/ta-p/41663
David
I live in Colombia and the weather changes a lot here. So I have to look at the weather forecast every day to get dressed properly. It's good that I found this https://tiempo.info/colombia site because it always has the most accurate weather forecasts in Colombia. I'm glad I found it because now I always know what weather to expect. I advise you to use it too if you don't know where to look for accurate weather forecasts
Hi, I have a worksheet for end users to enter new hires into, for which the list item which persist across versions. I am having an issue where the end user can delete a list item using the grid functionality because the Current Version value is blank, but I want to prevent them deleting them (as data will be lost from…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
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…