Hi,
I have created year, month, max(day_of_month) column prompts..
define prompts like this
year=@{year}
month=@{month}
max(day_of_month)=@{day}
I want to hide max(day_of_month) column prompt..
for selecting values from two prompts year & month.. display values from three prompts..
i want to use 2 prompts @{year},@{month} & hide the @{day} prompt..
display the values from three propmts..
For example, i have 30-oct-2015 data .
If select 2015 from @{year}, & oct from @{month} then i want to display @{day}-@{month}-@{year} in title page
here i am not selecting any value from @{day} prompt. its getting max date from particuler month(based on selected month).
is it possible?
Please help me.
Thanks in advance,
A.kavyab