This Question is Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
8 Replies Last post: Aug 3, 2009 8:09 AM by Jamie Sampson  
Salman Mian Newbie 8 posts since
Nov 13, 2008
Currently Being Moderated

Jun 22, 2009 11:46 PM

format=html for all methods??

Any plans to add html format support to other methods(GetReportMeta,ListProfiles,ListReports,ListReportTimePeriods)?

David Johnson Newbie 3 posts since
Jan 15, 2009
Currently Being Moderated
Jul 30, 2009 1:14 PM in response to: Salman Mian
Re: format=html for all methods??

Seconded, this was a customer request recently (hi Jamie!).  Specifically, the ability to build dashboards that use data similar to the "Account Dashboard" view in A9 through REST calls in Excel.  Trending and Excel formats are disabled in Generator.

Eric Butler Novice 57 posts since
Nov 12, 2008
Currently Being Moderated
Jul 31, 2009 2:23 PM in response to: David Johnson
Re: format=html for all methods??

We're  working on providing more of the A9 type functionality...stay tuned for more info on that (good stuff brewing!).  As for working in Excel, you should be able to use the XML format to get the non-reporting information available through those other methods, and use it in Excel.  Is that not working as expected for you?

David Johnson Newbie 3 posts since
Jan 15, 2009
Currently Being Moderated
Jul 31, 2009 2:44 PM in response to: Eric Butler
Re: format=html for all methods??

Good to hear!  According to the customer, Excel doesn't like XML as much as HTML... for others trying to do this today, manually changing the "format" parameter from XML to HTML and adding the suppress error messages parameter works fine... so just generate using XML, and change it when you add it as a data source in Excel.

Paul Lawbaugh Newbie 36 posts since
Jan 6, 2009
Currently Being Moderated
Jul 31, 2009 2:57 PM in response to: David Johnson
Re: format=html for all methods??

More good news:  if a user creates a REST request in the Generator.webtrends.com it is now defaulting to format=html and appends the suppress error codes param automatically.

 

 

So this should only be an issue if you are manually creating your address and didn't know about html.  I suspect most Excel business users will be using the Generator to create their URLs.

David Johnson Newbie 3 posts since
Jan 15, 2009
Currently Being Moderated
Jul 31, 2009 3:16 PM in response to: Paul Lawbaugh
Re: format=html for all methods??

Thanks Paul, that actually was the problem... in Generator everything works fine with "Get Report Data" but when they go to "Get Profile Overview Data" the Excel option is greyed out (along with trending), thus the "hack" of manually adding the parameters is needed.  Sounds like there is more coming around this though, so I'll hold tight!

Paul Lawbaugh Newbie 36 posts since
Jan 6, 2009
Currently Being Moderated
Jul 31, 2009 4:35 PM in response to: David Johnson
Re: format=html for all methods??

Ah, sorry I thought you were referring to legacy Excel users needing to convert format=xml to html.  I got sidetracked from the initial issue.

 

 

 

Yes, as mentioned, format=html for all methods is on the list of todo's.

Jamie Sampson Newbie 3 posts since
Apr 15, 2009
Currently Being Moderated
Aug 3, 2009 8:09 AM in response to: Paul Lawbaugh
Re: format=html for all methods??

Thank you for providing these details. I think my users will be most comfortable using the format=html version.

 

The html output doesn't include the profile name or id as with the xml/xml2. When working with multiple profiles it would be useful to have this included.

More Like This

  • Retrieving data ...