Hi All,
I have encounter a problem of setting the access right of element.
For example i have two dimension one have the elements:plan,actual,
Another dimension have the elements like:last year,current year,next year
if i want the last year only show the actual in next level, and current year and next year have both plan and actual element in next level
How can i realize the function?
I have used the rule like:
['last year','plan']=S:'None';
It only make the cell none, but the plan element is still displayed on the viewer of last year.
Who can give me some help?
Thank You
How To Hide Element in TM1
-
- Posts: 15
- Joined: Wed Oct 13, 2010 6:09 am
- OLAP Product: COGNOS
- Version: 9.4
- Excel Version: 2003
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: How To Hide Element in TM1
I'm assuming that you mean something like this, where the viewer should be able to see the green columns but the yellow column doesn't appear: There's no easy way to do that with security and TM1 doesn't really support "asymmetric" views of that type. The easiest way is to zero out the data (or clear it; I'm not certain whether this is supposed to be string or numeric data given that you tried to use an S: rule) which will prevent the column from appearing when zero suppression is on.keigo840413 wrote:Hi All,
I have encounter a problem of setting the access right of element.
For example i have two dimension one have the elements:plan,actual,
Another dimension have the elements like:last year,current year,next year
if i want the last year only show the actual in next level, and current year and next year have both plan and actual element in next level
How can i realize the function?
I have used the rule like:
['last year','plan']=S:'None';
It only make the cell none, but the plan element is still displayed on the viewer of last year.
Who can give me some help?
Thank You
If you want to keep the data so that it can be compared for historical purposes, rather than zeroing it out consider creating a new element in the first dimension called Former Plan, and move the Last Year element's Plan data into there. That way you'll only see the last year plan data if you really want it to appear.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-
- Posts: 15
- Joined: Wed Oct 13, 2010 6:09 am
- OLAP Product: COGNOS
- Version: 9.4
- Excel Version: 2003
Re: How To Hide Element in TM1
yes Alan, i have also though about zero suppress, but it will also hide the column whose value is zero but should be shown...
I just wonder whether there have some common ways to do that
I just wonder whether there have some common ways to do that
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: How To Hide Element in TM1
If you're particular about "want this column but not that column but this column as well" you'd be better off not doing this as a view at all; better to use either an Excel report or websheet, as the case may be.keigo840413 wrote:yes Alan, i have also though about zero suppress, but it will also hide the column whose value is zero but should be shown...
I just wonder whether there have some common ways to do that
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.