I am trying to concat country and team to show as Country-Team in the Teams Text Line item as shown below. Since there are formulae in place, country and team cannot be changes to text format. How can it be concatenated in the way I am looking for?
Hi,
I can see the Country and Teams line item is List formatted, so you can use the Name() Function to convert into text for concatenation in Teams Text line item you can use name(Country)&"-"&name(Teams) which will resolve your issue and give the concatenation in Text formatted. Hope it will help you!
Bhumit Jain
Thanks Bhumit, worked!
Only thing, I had to lookup the country display name from the country list as country was a numbered list :)
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New β New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, noβ¦
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Rankingβ¦