Hi folks,
I wondering to know a way to customize the SELECT COUNT executed by the ListGrid component before make pagination.
I need specifically this
I already modified the DataSource xml but it not works.
Is it possible?
Best regards
Romero
I wondering to know a way to customize the SELECT COUNT executed by the ListGrid component before make pagination.
I need specifically this
Code:
SELECT /*+ PARALLEL(HISTORY_ENTRY,6) */ COUNT(1)
Is it possible?
Best regards
Romero
Comment