反馈已提交
网络繁忙
For example, using 2014-01-01 as the starting time, calculate the "cumulative contract amount" after that date, as shown in the following figure.
Use the DATESUBDATE function to calculate the time difference between the existing data and 2014-01-01.
Use the IF function to assign a value of 0 if the time difference is earlier than 2014-01-01, i.e., the time difference is less than 0. Otherwise, output the "contract total amount" data.
After sorting the contract time in ascending order, use the new cumulative value/group to calculate the cumulative contract amount.
Example data: "Industry Data>Estate Indusry>FACT_SALE_CONTRACT"
Select all fields under "FACT_SALE_CONTRACT" as shown in the following figure.
Add "New column", name it, and enter the formula: DATESUBDATE(Signing Time, "2014-01-01", "d/D"), calculate the time difference between existing data and 2014-01-01, click "OK", as shown in the figure below:
Add "New column", name it and enter the formula: IF(time difference <0,0, contract total amount), if the time is earlier than 2014-01-01 that is, the time difference is less than 0, then assign the value to 0, otherwise output "contract total amount" data, click "OK", as shown in the figure below.
The "signing time" is arranged in "ascending order", as shown below.
Add "New column", name it and calculate cumulative contract amount, and click "OK", as shown in the following figure.
See Section 1.1 of this document for details.
售前咨询电话
400-811-8890转1
在线技术支持
在线QQ:800049425
热线电话:400-811-8890转2
总裁办24H投诉
热线电话:173-1278-1526
文 档反 馈
鼠标选中内容,快速反馈问题
鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。
不再提示
10s后关闭