-
Re: How much time does it take to restore a model to previous version
@andrewtye is correct, every model is a snowflake, i have seen models that large open in 15 minutes as well an hour.1 -
Re: Get the Sum of Column
@AtzDGreat Use TimeSum() https://help.anaplan.com/timesum-45c3bc48-4d80-490d-9b18-76af505c69072 -
Re: Character limit of 60 on Anaplan code - Possible solution to address the issue required
@Vinay VaradarajM , If that is the case, then concatenation is the only way to go. To get around the 60 character limit, have you thought about having an "Anaplan" code? This is how it woul…1 -
Re: Snapshot Challenge with #list
@aishabhy05 It is hard to tell, but based on what you have above, the code should be CC_CE_KPU and then import the transactional data (Amount) into a module dimensionalized by that list and Time. Rem…1 -
Re: Formula to return a certain email address
@ilincach Have you tried using Find()? If find("test.com)>0 then item() else blank1

