Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Filtering rows in a Iterator

848013Apr 18 2022

Hi
I am on 12.2.1.4. i understand i can use viewcriteria/bind variables to filter the VO rows. However, in my case, this VO results in 30 rows and i have added a transient attribute to this VO. I dropped his VO as a table in my page.
Out of 30 rows, i have added a value to this transient attribute for 5 rows randomly. For example, for Lines 1,5,7,9,11 . these values are not consistent, which means this attribute can have any value.
What i am looking for is if there is any way i can get the rows in range as 5 instead of 30. I cannot use getFilteredRows because i dont see a way to specify not null values only
Is there any other way to meet this instead of looping through the rows and checking if attribute value is null or not null?
Thanks
Lakshmi

This post has been answered by Timo Hahn on Apr 19 2022
Jump to Answer
Comments
Post Details
Added on Apr 18 2022
4 comments
716 views