Just started testing this new functionality https://help.anaplan.com/anapedia/Content/New_User_Experience/Use/Cards/Comment-on-a-card.htm How do you delete comments? And is there any way to tag people in comments like some of the screenshots show?
... View more
Hi, I am currently having issues with my script using Anaplan connect and I hope someone could help me with these: 1. How to do a loop in a file directory in Linux? - I have this file directory where all my files are starting with Test prefix (Sample: "Test1, Test2, Test3"). I should be able to run all Test*.txt items in to a one import button in my model. But below script is not working. Can someone help me with the correct command to do this scenario? Filename="Test.txt" for i in "/home/import/"Test*.txt; do Operation1="-debug -service ${ServiceUrl} -auth ${AuthUrl} -workspace ${WorkspaceId} -model ${ModelId} -chunksize ${ChunkSize} -file '${Filename}' -put ${i} -import '${ImportName}' -execute -output '${ErrorDump}'" done 2. Even though it was executed, no error was generated in the Error dump I have set. That's why I'm not sure how to check what kind of error was made. Also, no actual data was loaded in my model. Thanks, Leah
... View more
Hi Anaplanners! I was curious to know if anyone has any exposure on building Anaplan models integrated with Google cloud/Apigee. I was wondering to know if there is any native connector between Anaplan and google cloud /apigee. If there is not any connector, does anyone know what should I do in this case? Thank you!
... View more