Hi Everyone,
I have line items which is the concatenated string
ex - 123,435,234,678,567,987
I would like to find no of strings present ie 6
Could you please help me with this.
Thanks
Tejaswini
Hi @tejaswini ,
As Anaplan doesn't have a native text counting formula you can use this workaround to find the number of separators in the concatenation, thus giving the number of items concatenated:
Number of seperators = LEN(Text) - LEN(SUBSTITUTE(Text, ",", "")) = 5
This will give you the number of separators in your case "," in the string, then just do +1 for the number of original items concatenated.
Andris
substitute really is quite a useful function!
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
I've few actions in our Supply model which when run takes some time on the "generating failure dump" step at the end of the action even though the import is a full success without warning or errors. This is just a few seconds when run for a single action, however we have a process with 120 actions, and most of these…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…