Hi
I want to create a Livereport where the user will be prompted to select a value from drop down like days. Is something like this possible. Also will be creating a webreport using this livereport.
Create a livereport with input values appearing in dropdown Posted bypriyanka.srivastava@alstom.com (Srivastava, Priyanka)On 02/18/2015 06:01 AM Hi I want to create a Livereport where the user will be prompted to select a value from drop down like days. Is something like this possible. Also will be creating a webreport using this livereport. [To post a comment, use the normal reply function]Forum:Content Server LiveReports ForumContent Server:Knowledge Center
IT will be days like 1 , 7, 30, 60, and 90.
Thanks Colin.
Re Create a livereport with input values appearing in dropdown Posted bypriyanka.srivastava@alstom.com (Srivastava, Priyanka)On 02/18/2015 10:29 AM IT will be days like 1 , 7, 30, 60, and 90.Thanks Colin.[To post a comment, use the normal reply function]Topic:Create a livereport with input values appearing in dropdownForum:Content Server LiveReports ForumContent Server:Knowledge Center
<td>
<form name="Completedcontractchecks"method="post" ENCTYPE="multipart/form-data">
<input type="hidden" name="func"value="ll" />
<input type="hidden" name="objAction"value="RunReport" />
<input type="hidden" name="Objid"value="172" />
<input type="hidden" name="nextUrl"value="%2Fotcs%2Flivelink%2Eexe%3Ffunc%3Dll%26objid%3D178%26objAction%3Dbrowse%26sort%3Dname"/>
Completed checks (in the last
<select name="no_of_days">
<option value="30">30</option>
<option value="60">60</option>
<option value="90" selected>90</option>
<option value="120">120</option>
<option value="150">150</option>
</select> days)
<INPUT TYPE="SUBMIT" VALUE="Go">
---------------------------------------------------------------------------------------------------------------This message and any attachment are confidential and may be privileged or otherwise protected from disclosure. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. If you are not the intended recipient you must not copy this message or attachment or disclose the contents to any other person.
Please consider the environmental impact before printing this document and its attachment(s). Print black and white and double-sided where possible.
----------------------------------------------------------------------------------
Hi,
I've the same requeriment, but I don´t have webreports is there any option just using livereports?
eLink : Re Re Re Create a livereport with input values appearing in dropdownRe Re Re Create a livereport with input values appearing in dropdown Posted bygiovannyb@projectioncore.com (Buitrago, Giovanny)On 02/18/2015 02:23 PM Hi,I've the same requeriment, but I don´t have webreports is there any option just using livereports?[To post a comment, use the normal reply function]Topic:Create a livereport with input values appearing in dropdownForum:Content Server LiveReports ForumContent Server:Knowledge Center
Re Re Re Create a livereport with input values appearing in dropdown Posted bygiovannyb@projectioncore.com (Buitrago, Giovanny)On 02/18/2015 02:23 PM Hi,I've the same requeriment, but I don´t have webreports is there any option just using livereports?[To post a comment, use the normal reply function]Topic:Create a livereport with input values appearing in dropdownForum:Content Server LiveReports ForumContent Server:Knowledge Center
Thanks a lot Colin. The query was too helpful... It was something i was looking for.