Can end users sort on columns in infoview for Web Intelligence XIr2 Documents? Is this possible. If not any alternate methods?
thx
q2ask (BOB member since 2007-03-12)
Can end users sort on columns in infoview for Web Intelligence XIr2 Documents? Is this possible. If not any alternate methods?
thx
q2ask (BOB member since 2007-03-12)
it depends on the version and what application server and which viewer.
In XIr2 using a Java based Application Server, like tomcat, and using the Interactive Viewer, if rights are enabled.
cduey (BOB member since 2002-09-05)
q2ask,
Considering this being in SDK forum, I am taking liberty to assume your query is to see if it’s possible to apply sorts using SDK’s.
If so, in REBean SDK’s ( Java Flavor) …look into SortElement and SortType classes.
samshaw (BOB member since 2004-12-21)
how about in Dot NET? If possible can you provide sample code which illustrates to sort in a report.
bobg (BOB member since 2007-09-03)
This isn’t possible in .NET unfortunately.
If you’re looking to do any customization of the Web Intelligence application, it would be in your best interest to only consider using the Java flavor of the ReportEngine SDK. The dot net version simply does not come close to exposing the same feature sets as what the Java one does.
Good luck
Atul Chowdhury (BOB member since 2003-07-07)