Creating a chart from Active form
-
- Posts: 1
- Joined: Fri Apr 30, 2010 10:02 am
- OLAP Product: TM1
- Version: 9.4
- Excel Version: Excel 2003
Creating a chart from Active form
We are in the process of upgrading TM1, and ,one of the benefits to us is Active Forms. However it appears that you cannot create a Chart/Linked spreadsheet from Active forms as the range disappears when you expand or collapse the cells when the spreadsheet is Opened. Does anyone have a workaround for this issue?
-
- Posts: 19
- Joined: Fri Jan 22, 2010 3:07 pm
- OLAP Product: Cognos TM1
- Version: 9.1 SP4+ 9.4.1 FP3+ 9.5.2 FP1
- Excel Version: 2003 + 2010
Re: Creating a chart from Active form
Is this possible in 9.5.2? Or we still can not link chart to active form data.
Thanks
suhamore
Thanks
suhamore
-
- MVP
- Posts: 3240
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Creating a chart from Active form
No.
Either create a fixed report containing DBRW formulas, and base the charts on them.
Either use TM1 views on TM1 Web where you can have the view and a chart on the same screen.
Either create a fixed report containing DBRW formulas, and base the charts on them.
Either use TM1 views on TM1 Web where you can have the view and a chart on the same screen.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- MVP
- Posts: 3704
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Creating a chart from Active form
I never noticed the original thread from 2010 but yes of course it is possible in Excel and I would have thought that Wim as an Excel MVP would have pointed that out.Wim Gielis wrote:No.
Either create a fixed report containing DBRW formulas, and base the charts on them.
Either use TM1 views on TM1 Web where you can have the view and a chart on the same screen.

Just that it is a little more complicated than a regular chart insert as you either have to define a data table and make that the source of the chart area or create the ranges for the data series via named formulas using offset. Both these techniques may not work in TM1 Web but no problems in Excel.
Some examples are attached.
- Attachments
-
- 4.3 AF Charts - Data Table.xlsx
- (118.16 KiB) Downloaded 864 times
-
- 4.2 AF Charts - Offset Rows.xlsx
- (111.46 KiB) Downloaded 829 times
-
- 4.1 AF Charts - Offset Columns.xlsx
- (98.73 KiB) Downloaded 614 times
-
- MVP
- Posts: 3240
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Creating a chart from Active form
Oh darn, I was wrong on that one because I did not test and experiment.lotsaram wrote:I never noticed the original thread from 2010 but yes of course it is possible in Excel and I would have thought that Wim as an Excel MVP would have pointed that out.![]()
Just that it is a little more complicated than a regular chart insert as you either have to define a data table and make that the source of the chart area or create the ranges for the data series via named formulas using offset. Both these techniques may not work in TM1 Web but no problems in Excel.
Some examples are attached.
I DO know dynamic ranges and charts

This is some neat stuff, although not all examples will be as useful as they seem. For example "offset rows": an AF is dynamic in the rows, so 10 hardcoded named ranges will not be an elegant solution.
But on the positive side: the tests I just did seem to indicate that it works on TM1 Web (TM1 10.1, not tested in earlier versions if that matters).
When the chart is "next" to the active form, it's important to set the chart property of "Don't move or size with cells".
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- Posts: 101
- Joined: Thu Oct 20, 2011 6:53 am
- OLAP Product: TM1
- Version: 9.5.2
- Excel Version: 2007
- Location: London, UK
Re: Creating a chart from Active form
I'm using 9.5.2 and Excel 2007. I have a chart on a separate sheet to the active form and using offset and named ranges it works fine in both excel and TM1 web. I also use an INDEX and a vlookup so that the user can choose the project (source data is the project column of the active form) to display on the graph or all projects.Wim Gielis wrote:But on the positive side: the tests I just did seem to indicate that it works on TM1 Web (TM1 10.1, not tested in earlier versions if that matters).
Interestingly the graph that I use is a dual axis graph which is not supposed to be supported in TM1 web, but it works fine.