I am using stored Procedure to generate Query Subject.And i am using following prompt as the input parameter:
#prompt('p_date','date','sysdate')#
the problem is the expression did not use the system curren date as its default value.How to set the prompt defaut value as the system curren date.thanks!