How to Refresh report region when change report select list column
Ahmed.FDec 27 2012 — edited Dec 28 2012hi ,
i worked with apex 4.2 and i create classic report with one select list(named loved)Column when the list change in report i update the table with new value via call JavaScript(on change) and woke fine, and i change the color of update row to make it different than other rows,now i want to make refresh to report after make update without submit the page to show the new color of update row.
i call javascript:apex.submit() in the function of update but
my Question
1-how make refresh the report after change report column list without submit page
2- can i enter name of report select list column in Page Items to Submit to refresh report region
Thanks ,
Ahmed