COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: ksvchowdary on 30 Jun 2010 04:58:09 PM

Title: Empty Date Prompt
Post by: ksvchowdary on 30 Jun 2010 04:58:09 PM
Hello Friends,
I have created the DatePrompt.But its showing the Default date value( Current Date).Client asked me not show to show any date value in the date prompt.i.e it has to show empty when prompt page pop up.I have a Java script.But its not working.We are using cognos 8.4 Version.
Java Code:
<script language="javascript">
document.formWarpRequest.elements["txtDateNAMEOFOBJECT"].value='DESIREDTXT';
</script>
<body oNLoad=init()>
<form name="formWarpRequest">

Can you please help me to solve this problem?

Thank you,
Kalyan.
Title: Re: Empty Date Prompt
Post by: tupac_rd on 01 Jul 2010 10:18:19 AM
http://www.ibm.com/developerworks/forums/thread.jspa?threadID=333111&tstart=0
Title: Re: Empty Date Prompt
Post by: ksvchowdary on 03 Jul 2010 11:56:07 AM
I tried this one as well but It's not working.Anyway Thank you for your reply.

Best Regards

Sri Kalyanapu