Is there a way in Anaplan from a TEXT to understand if it contains non-numeric characters (alphabetical letters and symbols)?
Thank you!
Hello @JoanaNdreu
You can use the find function.Find function
@JoanaNdreu : if you are interested only in finding if a text contains any non-numeric characters, you can use the function VALUE() …
If value(line-item_txt) *0 = 0 then line-item contains only numeric else contains some other chars.
hope it helps
Alex
Hi ,
Yes, You can use functions like FINDITEM, CODE, VALUE, or compare the original text with TEXT(VALUE(Text)) to identify whether a text string contains non-numeric characters.
TEXT(VALUE(Text))
However, Anaplan does not have a built-in regex function, so detecting letters or symbols usually requires a custom validation formula.
Thanks!
We have an Integration Process in Anaplan CloudWorks created by User X - No WSA (originally Full Access with top-level Selective Access, now changed to Planner Read Only with Selective Access unchanged) and scheduled by User Y - with WSA , who also created the Integration Flow. Internal (Full Access) is enabled within the…
We've been building a tool called aplan4sheets and we'd genuinely like input from this community — both on what we've built so far and on what we should prioritize next. The problem we set out to solve: Anaplan's Excel add-in is Windows-centric, and there's no real native way to pivot Anaplan data in Google Sheets. We…
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.…