Controlling Parameter while submitting concurrent program
Hello All,
I need your help on controlling the date parameter in the concurrent program.
Say I have 3 Parameters, Seq 10 = From_Date (fnd_standard_date), Seq 20 = To_date (fnd_standard_date),
Seq 30 = Weekend_date (User defined value set, display all the friday date in the year).
1) if user enter from and to date and skip weekend_date parameter, report run for from and to date parameter
2) If the user enter from and to date and pick weekend_date parameter, report run for weekend parameter and ignore the from and to date parameter value.
My requirement is, If the user enter from and to date and pick weekend_date parameter, I want to make from and to date parameter value as null (clear the entered values in both the parameters) before user submit the report. Will it be possible?. Please share your thoughts. Thank you very much.
I need your help on controlling the date parameter in the concurrent program.
Say I have 3 Parameters, Seq 10 = From_Date (fnd_standard_date), Seq 20 = To_date (fnd_standard_date),
Seq 30 = Weekend_date (User defined value set, display all the friday date in the year).
1) if user enter from and to date and skip weekend_date parameter, report run for from and to date parameter
2) If the user enter from and to date and pick weekend_date parameter, report run for weekend parameter and ignore the from and to date parameter value.
My requirement is, If the user enter from and to date and pick weekend_date parameter, I want to make from and to date parameter value as null (clear the entered values in both the parameters) before user submit the report. Will it be possible?. Please share your thoughts. Thank you very much.
Tagged:
0