Hello,
I am using SYS07 to load territory data in QUO07. I understand that they have different dimension however, Anaplan accepted the reference but not showing the info. any hint how can I solve it?
SYS07
QUO07
Thanks.
Hi @Gharbali , The formula you applied in QUO07 accepts the reference, but it isn't displaying the information because of the top-level hierarchy present in the list used in the QUO07 module. Since there is no summary assigned to the Territory line item, no values are being returned for it in the target module.
To resolve this, you need to use a lookup on the Account line item from SYS07 in the target line item. Therefore, the final formula in QUO07 should be: 'SYS07 Territory>Accounts Details'.Territory[FIRSTNONBLANK: 'SYS07 Territory>Accounts Details'.Account] (Also as there can be multiple territories assigned to single account and hence it would be better to use the count of territories as a sum instead of firstnonblank value) Hope this helps.
@Gharbali
Is there another module with the same dimension where you can get the territory?
Hello @R_Goza,
My other modules with same dimension don't have territory to refer here in this module.
Geometry vibes
I haven’t encountered this situation before, but I find it very difficult to convert like this.
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…
I have an action in a process which is getting failed since 2 days when run via CloudWorks with below error . No issues when run manually . Same error occurs when run manually but as a warning "Import complete but with failures" This action is running since almost a year without any issue . No change has been made to…
Hi, I have a module with a time range as a dimension. I've set it with a daily time scale, but Anaplan's way of showing daily dates is for example "1 Jan 37" and I need it to be in numbers because when I export it excel doesn't recognize it as the date format that I've set in Windows (OS) (when a date as two digits it's…