Hi There,
I have a grid and I need to highlight the rows which have a field called DATE_DUE and the date due is prior to certain days.
This certain date is a parameter value in a parameter table. Whatever is the number of days in a field called DAYS in that parameter table, I need to highlight the transactions in the grid when the DATE_DUE < CURRENT_DATE+DAYS.
For example, there is a transaction in grid and DATE_DUE is 20 Dec 2012. If the value of the DAYS in the parameter table is 10, I need not highlight that transaction but if is 20, I need to highlight. Today's date is 06 Dec 2012.
Please note that there is no field to join the table from where we get the grid data DATE_DUE and the parameter table where DAYS is a field
I have a grid and I need to highlight the rows which have a field called DATE_DUE and the date due is prior to certain days.
This certain date is a parameter value in a parameter table. Whatever is the number of days in a field called DAYS in that parameter table, I need to highlight the transactions in the grid when the DATE_DUE < CURRENT_DATE+DAYS.
For example, there is a transaction in grid and DATE_DUE is 20 Dec 2012. If the value of the DAYS in the parameter table is 10, I need not highlight that transaction but if is 20, I need to highlight. Today's date is 06 Dec 2012.
Please note that there is no field to join the table from where we get the grid data DATE_DUE and the parameter table where DAYS is a field