Hi all,
Is there a way that I could create a livereport to bring compound documents with multivalued attributes.
Also I would like to know if is it possible to allow the end users to sort the columns of the report?
Regards,
Orlando Covault
Hi
i do: Livereport: https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=27684443&objAction=viewincontainer&ViewCommentsByReply&ListView&ListViewID=27718644
Multivalue: with a WebReport (and SubWebReports) on top of this LiveReport
Sort by user: by using jquery and jquery.tablesorter (on client side). Alternativ: Feed Parameters from Webreport back to the LiveReport by adding new forms (or Table Titles with links in the form of ?func=ll&objId=..&objAction=...&inputValueXYZ=sortByCol123&...) on the Result Page.
Thomas
Hi Thomas,
Can you help me with more details, I am newbie an this...
Is there any suggested guideline to read before acomplish this?
Hallo
As mentioned, it's my way of doing it, i do not know, where to find Opentext-Guiedlines on that. I Started to do several things on client side (by jQuery, e.g. sorting). Nevertheless, i think, the OT- Standard is to do all Server side (which needs a new call http-Call for each step)
more Details on what?
Live Report -> is this enought: https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=27684443&objAction=viewincontainer&ViewCommentsByReply&ListView&ListViewID=27718644
Based on that create a Webreport (to start, i would suggest a existing, default WR, such as "browse_flexible_971") -> this ok?
Sort: read: http://tablesorter.com/docs/ (hopefully you know yet jQuery ....)