Hi,
We are trying to show the Dimension elements into excel cell drop down list of values.
Is any function that calls the dimension elements into excel.
Please help me on this.
Please Let me know if you need more details.
Regards.
Sathish
Dimension elements into Excel cell drop down
-
- Posts: 38
- Joined: Mon Dec 20, 2010 5:02 am
- OLAP Product: Cognos TM1
- Version: 9.4 and 9.5
- Excel Version: 2003 and 2007
-
- Community Contributor
- Posts: 324
- Joined: Mon Jul 02, 2012 9:39 pm
- OLAP Product: TM1
- Version: PAL 2.0.8
- Excel Version: 2016
- Location: Sydney, Australia
Re: Dimension elements into Excel cell drop down
SUBNM() will give you an ability to navigate TM1 dimension.
DIMIX() will give you an ability to retrieve TM1 elements from a dimension based on the Index ( Probably want you need in this case)
They are explained in details in Worksheet Function Overview part of TM1 guide
Thanks
Evgeny
DIMIX() will give you an ability to retrieve TM1 elements from a dimension based on the Index ( Probably want you need in this case)
They are explained in details in Worksheet Function Overview part of TM1 guide
Thanks
Evgeny
-
- Posts: 38
- Joined: Mon Dec 20, 2010 5:02 am
- OLAP Product: Cognos TM1
- Version: 9.4 and 9.5
- Excel Version: 2003 and 2007
Re: Dimension elements into Excel cell drop down
Hi,
Thanks for reply.
We tried with Subnm(),Dimix functions,but there are not working the way we are looking for.
Please find the attached screen shot for reference.
Regards,
Sathish
Thanks for reply.
We tried with Subnm(),Dimix functions,but there are not working the way we are looking for.
Please find the attached screen shot for reference.
Regards,
Sathish
- Attachments
-
- Dimension in ExcelDropdown.jpg (40.6 KiB) Viewed 5374 times
-
- 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: Dimension elements into Excel cell drop down
Look in the manuals for the word "Picklists".sathishh.mk wrote: Thanks for reply.
We tried with Subnm(),Dimix functions,but there are not working the way we are looking for.
Please find the attached screen shot for reference.
"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: 7
- Joined: Mon Mar 24, 2014 1:41 am
- OLAP Product: TM1 IBM
- Version: 10.2
- Excel Version: 2010
Re: Dimension elements into Excel cell drop down
hi
You can use SUBNM funtion, before You must connect server TM1.
=SUBNM("Retail:Product","All","1","VN")
http://pic.dhe.ibm.com/infocenter/ctm1/ ... D5_2_6_6_9
After you run it on TM1 application, you can see what you want
You can use SUBNM funtion, before You must connect server TM1.
=SUBNM("Retail:Product","All","1","VN")
http://pic.dhe.ibm.com/infocenter/ctm1/ ... D5_2_6_6_9
After you run it on TM1 application, you can see what you want
- Attachments
-
- h5.png (64.96 KiB) Viewed 5293 times
-
- 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: Dimension elements into Excel cell drop down
I appreciate that as a new member here you're trying to help, but to ensure that we retain high quality answers you do need to read the question carefully and be sure that you're replying to what the question really is.binhnguyenthy wrote:hi
You can use SUBNM funtion, before You must connect server TM1.
=SUBNM("Retail:Product","All","1","VN")
http://pic.dhe.ibm.com/infocenter/ctm1/ ... D5_2_6_6_9
After you run it on TM1 application, you can see what you want
In this case the question was about creating a drop-down list in a cell in Excel, as the screenshot in the third post.
You've provided a link to a TurboIntegrator function which inserts new elements into a dimension, and a screenshot of what appears to be TM1 Web. The two don't seem to be highly connected to the question asked.
"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.
-
- MVP
- Posts: 600
- Joined: Wed Aug 17, 2011 1:19 pm
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2003 2007
- Location: York, UK
Re: Dimension elements into Excel cell drop down
If you set the cells in TM1 to have a pick-list using the dimension the members of which you want to see then it will appear as a normal drop-down in Excel.
For information on how to set up a pick-list there is a section in the documentation here.
For information on how to set up a pick-list there is a section in the documentation here.