Export Button in OAF is not working properly
Export Button is not exporting the query result which i have changed the vo query dynamically,
it is exporting old query result..
vol2.setFullSqlMode(1);
vol2.setQuery(query);
vol2.setWhereClause(null);
vol2.setWhereClause("Ou in (1,2)");
vol2.executeQuery();
Kindly suggest..
0