Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameters of LiveReport from Fields being displayed

Status
Not open for further replies.

scnuser

Technical User
Jun 16, 2015
10
IN
Hi,

Is there a way to provide Filters on the Livereport columns, i.e, I have Field1, Field2 and Field3date from a Table to be displayed. If I give Field1 and Field3date at User prompt to give Input.

How can I provide user a value list for Field1 when he gives input?

Example scenerio.

I have to display entries from DAuditNew for a particular DataID.
I will provide AUDITSTR and AUDITDATE as User Inputs.
How can i provide values for AUDITSTR, so that user can display only certain type of actions from DAuditNew?
How can i use AUDITDATE for user input as Date field at user prompt is only date and AUDITDATE is combination of Date and Time?

Thanks
scnuser
 
Classic case of "re-invention" of the "wheel"

Admin event auditing has that Request Handler.All it may require you is to "steal" that piece of code and provide as a regular RH that is I do not remember if it is protected by admin.index password.
Secondly Live Report Extensions and Web Reports now dubbed content intelligence has that capability any which way to slice/dice and provide a better UI than regular LR.
Extreme cheapest way-Create a simple webform that you can make into a customview .Do all those selection parameters .Create a button and target the button's post to the LR
If you use Fiddler you can see the parameters to the LR that goes &inputlabel=nnnnnnnn&inputlabel2-hhhhhhhhh this is somewhat what Web Reports uses in a more intelligent way.


Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top