Hi
Related to my previous post, I am interested if anyone could ever come up with a good solution for displaying 2 active forms alongside each other, that also works on the web. Actually, we need to create 3 active forms on the left hand side below each other, and 3 other on the right hand side below each other.
Until now we found two solutions, both work relatively ok, but not perfect:
1. The "left" active form is a real active form, and the "right" active form is a linked picture from another sheet that contains the real active form. This works quite nice in Excel, not on the Web.
2. We create all active forms below each other on one sheet, and on the final sheet we reference these with the INDEX formulas and so we can have the reports alongside each other. The only issue is that the number of rows may change in the active form and so on the final static sheet there may be empty rows because we need to do formatting assuming the maximum number of rows (this is not so bad nr of rows change between 10-25).
So any good solution for this requirement that works on the web?
Thanks!
Matyas
Two active forms alongside
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Two active forms alongside
You can "hide" the empty rows by using conditional formatting. Just have conditional formatting turn the cell contents to white on white (or whatever your background color is) and remove all other stuff like borders, etc., when the cell formula returns nothing or zero.mvaspal wrote:The only issue is that the number of rows may change in the active form and so on the final static sheet there may be empty rows because we need to do formatting assuming the maximum number of rows (this is not so bad nr of rows change between 10-25).
-
- Community Contributor
- Posts: 341
- Joined: Wed Nov 03, 2010 9:16 pm
- OLAP Product: tm1
- Version: 10 2 2 - 2.0.5
- Excel Version: From 2007 to 2013
- Location: Earth
Re: Two active forms alongside
Hi
Thanks tomok, great idea, this is exactly what we did! The only problem is that we need 3 reports on the left and 3 on the right and if we have blank rows after the second report, it does not look too good. I mean the conditional formatting allows us not to show anything but the blank rows are still there.
It would be easy to remove these cells with a macro but we need tm1 web...
Or do I miss anything from your comment?
Btw, if we do not find a better solution we will go most probably with the one you also recommend
Thanks
Matyas
Thanks tomok, great idea, this is exactly what we did! The only problem is that we need 3 reports on the left and 3 on the right and if we have blank rows after the second report, it does not look too good. I mean the conditional formatting allows us not to show anything but the blank rows are still there.
It would be easy to remove these cells with a macro but we need tm1 web...
Or do I miss anything from your comment?
Btw, if we do not find a better solution we will go most probably with the one you also recommend
Thanks
Matyas
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Two active forms alongside
Just speaking off the top of my head (i.e., I haven't tried this specifically) but you can write formulas to get row counts and the starting and ending rows for each active form. Using this couldn't you write nested IF statements that would determine which active form and row to pull into your "Report" tab?
-
- Community Contributor
- Posts: 341
- Joined: Wed Nov 03, 2010 9:16 pm
- OLAP Product: tm1
- Version: 10 2 2 - 2.0.5
- Excel Version: From 2007 to 2013
- Location: Earth
Re: Two active forms alongside
Hi
Yes, we have also tried that but when trying to use an INDIRECT formula, we have run into this:
https://www-304.ibm.com/support/entdocv ... wg1PI46526
INDIRECT does not seem to be working on the Web.
Anyway, we keep trying according to your suggestion, maybe we can make it work, thanks!
Yes, we have also tried that but when trying to use an INDIRECT formula, we have run into this:
https://www-304.ibm.com/support/entdocv ... wg1PI46526
INDIRECT does not seem to be working on the Web.
Anyway, we keep trying according to your suggestion, maybe we can make it work, thanks!
Re: Two active forms alongside
Hi,
As you mention you cannot use the Excel function INDIRECT on TM1Web. However, from memory, you can use the Excel function OFFSET on TM1Web to achieve the same result.
Tom
As you mention you cannot use the Excel function INDIRECT on TM1Web. However, from memory, you can use the Excel function OFFSET on TM1Web to achieve the same result.
Tom