-
Re: 3.3.5.2A Beginning Inventory, Forecast Demand, and Suggested Order Line Items
Hi @akrem You need to create “First week of Timescale” line item logic in your sys module. You can follow below steps to create this: The model calendar I have followed is “Weeks: 4-4-5”. You need to…1 -
Re: Cloudwork Data source file from subdirectory in S3 bucket
Hi @GarryW Cloudworks can definitely access roots & subroots of the folder. You need to ensure that you've the root folder (top folder) access. Cheers1 -
Re: Revenue Distribution Help
@S-Blaeser You can also check Profile formula if you are only interested in Final Total column. It will profile the % spread for each period and cumulate values accordingly and give you total value i…1 -
Re: how to display totals on higher levels when a selector is used on lower level
@JoeyP currently, subtotals calculation based on filter selection is not dynamic and it shows the totals of every child item at subtotal level. One way to get around with this is - in you filter modu…1 -
Re: How to select only one Boolean line item at a time by disabling all other Boolean options?
You can use this formula in Write DCA Line Item, You don't need any summary for Only One? Line Item and use this formula: IF TIMESUM(Only One?) THEN Only One? ELSE TRUE Cheers!!1