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!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…
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.…