place multiple active forms horizontally

Post Reply
iesak
Posts: 20
Joined: Mon Feb 23, 2009 4:49 pm
Version: 9.4
Excel Version: 2003

place multiple active forms horizontally

Post by iesak »

In the 9.4 MR1 reference guide said
"If a worksheet already contains one or more Active Forms, you can insert a new Active Form above or below existing forms. Each form uses its own title, row, and column dimensions"

is there any workaround to insert a new active form next to existing forms ?
lotsaram
MVP
Posts: 3703
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: place multiple active forms horizontally

Post by lotsaram »

No.

The reference guide and help are pretty clear on this. As each active form "owns the rows" on which it is positioned it is not possible to have active forms side by side. It is also a good idea not to place any objects next to an active form (such as charts, graphics, etc) rather they are best positioned either above or below the active form.
kennyyeung
Posts: 19
Joined: Fri May 15, 2009 12:44 pm
Version: 9.4 MRC
Excel Version: 2000

Re: place multiple active forms horizontally

Post by kennyyeung »

How about slice ?Can it work to place two cube data horizontally?
If not ? Is there any method to place two cube data into a template horizontally as follow?
Attachments
one templae two cube data.JPG
one templae two cube data.JPG (8.61 KiB) Viewed 6130 times
User avatar
Martin Ryan
Site Admin
Posts: 1989
Joined: Sat May 10, 2008 9:08 am
OLAP Product: TM1
Version: 10.1
Excel Version: 2010
Location: Wellington, New Zealand
Contact:

Re: place multiple active forms horizontally

Post by Martin Ryan »

Yes, with a non-dynamic slice, this is no problem, you can set up two slices next to each other. Because the DBRW formula are just plain Excel formulae, they can reference cells anywhere.

You can try it by slicing to two different worksheets, then cut and paste (not copy and paste) one of them onto the other sheet.

Martin
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
pratik.gangadia
Posts: 3
Joined: Mon Jan 16, 2012 12:00 am
OLAP Product: TM1 web
Version: 9.4
Excel Version: 2003 2007

Re: place multiple active forms horizontally

Post by pratik.gangadia »

Is there any documentation or material available, which can provide the information on how to place data from two cubes in a single active form horizontally. Either by calling two cubes directly or by slicing or any other better way ?

Your assistance will be greatly appreciated.
lotsaram
MVP
Posts: 3703
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: place multiple active forms horizontally

Post by lotsaram »

I don't think you will find any "official documentation" on this as the user guide just covers slicing an active form out of the cube viewer and changing formats. But it is pretty simple to do - the data from the 2nd cube just needs its own server:cube reference cell (preferably with VIEW formula) and the DBRW formulas need to point to that reference and not the TM1RptView cell, and of course both slides need to have common rowsets. Not to oversimplify but that's it really.
pratik.gangadia
Posts: 3
Joined: Mon Jan 16, 2012 12:00 am
OLAP Product: TM1 web
Version: 9.4
Excel Version: 2003 2007

Re: place multiple active forms horizontally

Post by pratik.gangadia »

@ lotsaram : Thanks for your reply. I did it based on your advice.

Is there any limitation on slicing the numbers of dimensions as I was getting "Key_Error" when I was calling 5 dimensions, but when I have called just two dimension, it was working fine.
Wim Gielis
MVP
Posts: 3233
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: place multiple active forms horizontally

Post by Wim Gielis »

There is no real limitation, it should just work.
I bet you have a typo or any other error, such that the element cannot be found in the respective dimension.
Slice a cube view to an empty sheet and compare the DBRW's with their arguments.
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
Post Reply