Hello, I have a module DEM03.1 Mapping (CV&ADI) with Time dimension and LIST03 SKU with the same List but without time.
I'd like to get first non blank value from Date of introduction Line Item in DEM03.1 (1 pic) to Date of Introducton in LIST03 SKU (Pic 2). How can I do it?
Hi @KacperSzafranski13 - You can also set the time summary to first non blank for the line item & use the formula - source[select: time.all periods] in the target module. It is similar to the method suggested by @lokeshm but skips an additional lookup line item. I'd avoid timesum since the calculation effort is higher in that than the other 2 methods. Hope this helps :)
Hi @KacperSzafranski13 ,
You can achieve that using the TIMESUM() function. Note that to use FIRSTNONBLANK with it, you'll need to define the start and end period for the calculation.
TIMESUM()
FIRSTNONBLANK
TIMESUM(DEM03.1 Mapping (CV&ADI).Date of Introduction, 'SYS01 Lookup'.Start Period, 'SYS01 Lookup'.End Period, FIRSTNONBLANK)
Hope this Helps!π
@KacperSzafranski13 create another line item in the target Module "FY" and format it to the Year . Then use this line item in the look up.
TIMSUM function is usually used to aggregate data from a line item with time dimension to a line item without time dimension.
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β¦
Hello everyone I am going through an issue with security when logging into Anaplan via power point add-in. I am a workspace administrator and SSO user. But once I installed add-in for power point, I am not able to login. I am using Universal Login (default) connection and it asks for user name and then a password (notβ¦
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β¦