Hi All,
TM1 Active Form goes blank after running a TI Process. On rebuilding sheet, values return. Any reason?
Thanks,
LP.
Active Form goes blank after running a TI Process
-
- Posts: 80
- Joined: Tue Jun 04, 2013 3:35 pm
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2010
-
- Site Admin
- Posts: 6653
- 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: Active Form goes blank after running a TI Process
Could you please review the Request For Assistance Guidelines. You haven't given anyone anything to go on here. There's no indication of which environment you're doing this in (Web or Excel), exactly what you mean by "goes blank", what the TI does, whether what it does is connected to cubes that the active form is drawing from, whether you are running the TI from an Action Button or externally...LutherPaul wrote:Hi All,
TM1 Active Form goes blank after running a TI Process. On rebuilding sheet, values return. Any reason?
People don't mind helping, generally, but you do need to make it as easy as possible for them by putting some details into your questions.
"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: 80
- Joined: Tue Jun 04, 2013 3:35 pm
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2010
Re: Active Form goes blank after running a TI Process
Thanks Alan and applologies.
I face this problem in Excel active form. Server env 2008 R2, TM1 9.5.2.
A button on the active form runs a TI Process that updates the cubes with the values in the spread sheet (this part works fine) and afterwards, does not reload anything back. All cells are blank.
When I hit "rebuild current sheet", cells are reloaded.
I want to "rebuild current sheet" with the values from cube after the completion of the TI Process.
Any ideas?
Thanks,
LP.
I face this problem in Excel active form. Server env 2008 R2, TM1 9.5.2.
A button on the active form runs a TI Process that updates the cubes with the values in the spread sheet (this part works fine) and afterwards, does not reload anything back. All cells are blank.
When I hit "rebuild current sheet", cells are reloaded.
I want to "rebuild current sheet" with the values from cube after the completion of the TI Process.
Any ideas?
Thanks,
LP.
-
- 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: Active Form goes blank after running a TI Process
Hi
Without knowing anything about the data content of your active form:
Have you tried to select 'Rebuild Sheet' when you click on 'Options...' in the Action Button Properties window? That should automatic rebuild your sheet when the TI finished running.
Without knowing anything about the data content of your active form:
Have you tried to select 'Rebuild Sheet' when you click on 'Options...' in the Action Button Properties window? That should automatic rebuild your sheet when the TI finished running.
-
- Posts: 80
- Joined: Tue Jun 04, 2013 3:35 pm
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2010
Re: Active Form goes blank after running a TI Process
Thank you mvaspal.
That was the issue. i initially had "Automatically Recalculate Sheet" selected.
What is the difference between "Automatically Recalculate Sheet" and "Rebuild Sheet"?
Thank you.
That was the issue. i initially had "Automatically Recalculate Sheet" selected.
What is the difference between "Automatically Recalculate Sheet" and "Rebuild Sheet"?
Thank you.
-
- 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: Active Form goes blank after running a TI Process
Exactly what the name implies. Recalculating simply recalculates the formulas existing in the sheet. Rebuild runs the macro hidden in the Perspectives add-in that re-draws the rows.LutherPaul wrote:What is the difference between "Automatically Recalculate Sheet" and "Rebuild Sheet"?