必要数データに、実際の生産日が割当たるようにしたいんです。累計とかをうまく使いたいのですが、、
必要数モジュール
No
品目
日付
数量
生産日付
#1
A
10月1日
100
9月2日
#2
10月2日
200
#3
10月3日
300
9月3日
#4
10月4日
9月4日
#5
10月5日
9月5日
↓
↑
生産モジュール
500
生産日付、に日付を出したいです
こんにちは、
先入先出法(FIFO)については今までいくつか議論があるようです。
Inventory Age Calculation Optimization - Anaplan CommunityInventory reservation with FIFO - Anaplan Community
実装の部分は上記ご参考頂くとイメージができるかもしれません。
エッセンスとしては、出荷と生産をマッチさせるためには、 出荷日(カレンダー)と生産ロット(リスト)の2軸をもって、 この2軸をディメンションに持つモジュールを作る必要がありそうです。 そこでCumulateの大きさを比べてどのロットが出荷に当たるかを判断する流れかと思いました。
まずは方向性と参考QAの共有まで。
Taichi
Hello there, we are using AnaplanXL to pull data from 3 different sources into one Excel file. Two of them are Azure SQL data bases and the third is Anaplan itself. Whenever the Excel is opened 3 pop up windows to log in to each data base appear. Until they appear and everything is entered or clicked already 2 minutes are…
Has anyone tested Analyst’s response quality/speed on large, sparse models (think 10+ dimensions, millions of line items)? Wondering if there’s a practical ceiling before it starts timing out.
We've been building a tool called aplan4sheets and we'd genuinely like input from this community — both on what we've built so far and on what we should prioritize next. The problem we set out to solve: Anaplan's Excel add-in is Windows-centric, and there's no real native way to pivot Anaplan data in Google Sheets. We…