Creating a chart from Active form

Post Reply
leon.walters
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

Post by leon.walters »

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?
suhamore
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

Post by suhamore »

Is this possible in 9.5.2? Or we still can not link chart to active form data.

Thanks
suhamore
Wim Gielis
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

Post by Wim Gielis »

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.
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
lotsaram
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

Post by lotsaram »

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.
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.
Attachments
4.3 AF Charts - Data Table.xlsx
(118.16 KiB) Downloaded 865 times
4.2 AF Charts - Offset Rows.xlsx
(111.46 KiB) Downloaded 830 times
4.1 AF Charts - Offset Columns.xlsx
(98.73 KiB) Downloaded 615 times
Wim Gielis
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

Post by Wim Gielis »

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.
Oh darn, I was wrong on that one because I did not test and experiment.
I DO know dynamic ranges and charts ;), but honestly I never used them with Active forms.
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
tosca1978
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

Post by tosca1978 »

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).
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.

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.
Post Reply