Executive Viewer changing Offspread members via URL API

Post Reply
stuartbarnes27
Posts: 11
Joined: Tue Jul 09, 2013 7:29 pm
OLAP Product: TM1 / Planning Analytics (dev)
Version: 10.2.2
Excel Version: 2007 2010 2016

Executive Viewer changing Offspread members via URL API

Post by stuartbarnes27 »

I am trying to open Executive Viewer reports from a TM1 Web sheet and dynamically pass the dimension selections from the websheet to change the Offspread selections (page headers) in the Executive Viewer report.

There is no useable documentation supplied by IBM but when I contacted them they gave me the following syntax to try:

http://server/EVServer?ToolBar=true&Tab ... tem=test&R
enderType=Xml&Xslt=SetOffspreadContext.xslt&OffspreadMembers=plan_report
:actual

With some work I was able to get this to work and it allowed me to switch one of the Offspread members, but after repeated attempts to contact IBM they are not able to provide any actual documentation or provide me the syntax to switch more than one Offspread member.

Ideally I would like to be able to switch year, month and possibly a couple of more dimensions but I just can't seem to figure it out, perhaps its a limitation.

Any ideas?
User avatar
jim wood
Site Admin
Posts: 3952
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Executive Viewer changing Offspread members via URL API

Post by jim wood »

Have you checked the EV Users forum: http://www.evusers.org

I was doing something like this a while ago but I can't remember how I did it. (Sorry)

I do however remember finding help with it on the EV forum. You'll need to register and it may take a small amount of time for them to set you up.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
stuartbarnes27
Posts: 11
Joined: Tue Jul 09, 2013 7:29 pm
OLAP Product: TM1 / Planning Analytics (dev)
Version: 10.2.2
Excel Version: 2007 2010 2016

Re: Executive Viewer changing Offspread members via URL API

Post by stuartbarnes27 »

I eventually dug around in the SetOffspreadContext.xslt file and found the following lines:

<!-- Split the Offspread Dimension and Member pairs which are seperated by a '|' -->
<!-- The Dimension and Member are seperated by a ':' -->

It appears that it does work:

OffspreadMembers=ITAM_Year:2012|ITAM_Month:Jun

IBM did eventually come back with the following link to documentation, but it made no mention of the above syntax.

http://pic.dhe.ibm.com/infocenter/cev/v ... _ev_9.html
User avatar
jim wood
Site Admin
Posts: 3952
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Executive Viewer changing Offspread members via URL API

Post by jim wood »

Good to know. Did you sign up for the EV forum. It's a pretty good resource once you're in.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Post Reply