-
Re: Done with L1 and L2. What next?
You can do the NUX course, Polaris, Geo Card Mapping, Workflow, Plan IQ, and Cloud works.1 -
Re: TIMESUM Formula - 1.5.7.1 SYS13 Account SKU Filter Module
Ideally, I would not write IF ELSE around TIMESUM and simply put TIMESUM('DAT03 Historic Volumes'.Volume) <> 0 😉 But level 2 will expect you to surround it with IF ELSE. You won'…1 -
Re: How to Identify First Month of Every Year?
Try this: MONTH(ITEM(Time)) = 11 -
Re: SYS12 SKU Details module
You need to convert them to list format, so eighter change the format to product and location list and re run the action. Create a new line item called a product list and a location list, and use the…1 -
Re: Design a line item with a sequential numbers in it
Great, so we can use the next function to refer to the same line item. Usually it gives circular references, but it's good to know that's not the case with the next function.1

