Hi,
Please see attachment for details.
Thanks in advance.
Regards,
Hi Jsdeloria,
I'm not sure what your end goal is, whether you're trying to come up with a unique ID for your transactional data, etc etc.
But if you're trying to derive unique ID using Anaplan, then our experience with other clients tell us that this is a solution which is unsustainable and performs poorly [This goes against the 'P' & 'S' within (P)LAN(S)]. The reasons are:
1. There'll be a lot of TEXT formatted formulas and line items. Anything 'TEXT' is bad for performance. While TEXT is unavoidable, we should still do our best to limit the usage of TEXT.
2. I'm not sure how big your Transaction list will grow, but a module with USERS x Month x Transaction list will be huge.
Please check out myth 3 in https://community.anaplan.com/t5/Blog/The-Truth-About-Sparsity-Part-1/ba-p/44493
But in anycase, do see if the following works:
1. Number = VALUE(MID(NAME(ITEM(#Transactions)), 2, 10))
2. Rank = RANK(Number, ASCENDING, SEQUENTIAL, ISNOTBLANK(Metric))
Thanks,
LipChean
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…