Hi I want to Textlist function.
I want to get Customers by Product List.
But I don't know how to use it.
Do you have any idea?
Hi @CommunityMember125605 ,
Just keep Product list only in applies to of Textlist line item. Then apply the Textlist formula at Customer listTEXTLIST(Text to concatenate, Separator, List to reference [, Duplicate behavior])pasting the screenshot for your reference
Hope this helps.
~Jitendra
Hi, @Jitendra.Vishnolia !
I could solve it!
Thank you!
@CommunityMember125605
Please don't use the function TextList as it has massive performance implications, there is a reason why it has it's own Planual rule (link). Instead, why create a module that is dimensionalized by Product and Customer and use Booleans? Also, please read through this entire post on ways to get around the use of TextList.
https://community.anaplan.com/t5/Anaplan-Platform/Lookup-Sum-and-Textlist-Cheat-Sheet/m-p/53085#M8205
Rob
Hi, @rob_marshall.
I don't want to use text List, not boolean, Because I have to send a order to supplier.
Supplier needs Customer List per Product.
Then change the code of the transactional list to be product code_customer code with amount as the line item instead of your order number. With this, you can create two line items: Product and Customer that you can figure out by using the transactional code. Lastly, create a module dimensionalized my Product and Customer.
Now you have the dimensionalized which allows you to do all kinds of fun things.
I could be wrong, but i would doubt your source system stores your customers in one field as you have below.
Or better yet, from your original post, you can create a module dimensionalized by Product and Customer, create a line item that does a sum on the amount. Now you can pivot it by Product and now see the customers as well as the amount without using textlist.
Hi, @rob_marshall .
I know I can create module by product and customer and see amount of price.
But the point is text concatination.
I have installed the Anaplan app in Salesforce, but have been receiving an error. In the Anaplan part it asks for you to contact support, but does not provide any details into how to do this, just raising a ticket in the portal? WOuld be great to have more information.…
Hello Everyone, I am seeking guidance on how I could create a workflow process in Fluence consolidation workspace, using the ADO import task. Does anybody know what kind of information I need to fill in these fields? I have watched the ADO training but only explains the data transformation and integration within Anaplan…
Hi I would like to set up pagination in management reports by assigning a page number to a list item and its parent but I also want to be able to keep a block of parent and list items together and not split over two pages. E.g. Parent 1 - 1 Child 1 - 2 Child 2 - 3 Parent 2 - 4 Child 3 - 5 Child 4 - 6 Child 5 - 7…