-
Exporting internal link to Views
Hi, I want to understand if an export can be linked to a saved view so I did the following test: * Create a view and save it * Create an export just after based on that view * Delete that view * Run …1 -
How to create formula that calculates the first child of a given parent?
Hi, I need to map high level data (Product) to leaf level (SKU) for exporting planning information to transactional systems. Each product has multiple SKUs so we'd like to automate that mapping by us…1 -
Re: How to create formula that calculates the first child of a given parent?
Solution found by a colleague: 1. Inside the target module on the target line item create a subsidiary view and add the SKU level 2. apply the following formula IF 'L4_SKU'.Rank = 1 THEN ITEM('L4_SKU…1 -
Re: Behaviour of SEQUENTIAL parameter in RANK function
Hi Arun, For curiosity, I did some further tests on this and if you reorder some items they do get reindexed so the SEQUENTIAL concepts is certainly not displaying a pure creation order either. In an…1 -
Re: Exporting internal link to Views
Thanks for that @kavinkumar This behaves exactly as I was thinking at time of writing the post, but was not obvious to get to that conclusion. Only extra remark I would make is that it would be a sup…2