企业绩效管理网

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 853|回复: 2

Rule to avoid consolidation of total column

[复制链接]

81

主题

429

帖子

608

积分

高级会员

Rank: 4

积分
608
QQ
发表于 2014-3-17 18:31:42 | 显示全部楼层 |阅读模式
Hello! I'm new to TM1 so this might just be a simple question to you.

I have two dimensions: accounts (row) and values (col). The last column is a Total column. In this last column, I want to consolidate the data on leaf-level accounts, but avoid consolidation on non-leaf level accounts (consolidation on accounts). In the image attached I want to have a rule or conditional feeder to remove the consolidation identified in the red box. How can I go about this?

Code: SKIPCHECK;

[{'P01','P02','P03','P04','P05','P06','P07','P08','P09','P10','P11','P12'}] = N: IF(DB('calendarization',!account,'Method') @= 'Equal',1/12,stet);
C:0;
&#91;'Total'&#93; = C: IF(ELLEV('calendarization',DB('calendarization',!account)) <> 0, 0, stet);

FEEDERS;
&#91;'Method'&#93;=>&#91;'Total'&#93;;

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复

使用道具 举报

81

主题

410

帖子

598

积分

高级会员

Rank: 4

积分
598
QQ
发表于 2014-3-17 20:07:23 | 显示全部楼层
I think you just mean:

Code: &#91;'Total'&#93; = C: IF(ELLEV('Account', !account) > 0, 0, stet);

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 支持 反对

使用道具 举报

70

主题

353

帖子

524

积分

高级会员

Rank: 4

积分
524
QQ
发表于 2014-3-17 20:53:16 | 显示全部楼层
Yes.. that worked.  

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|小黑屋|企业绩效管理网 ( 京ICP备14007298号   

GMT+8, 2023-9-25 13:35 , Processed in 0.054182 second(s), 13 queries , Memcache On.

Powered by Discuz! X3.1 Licensed

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表