Is there a way to filter on the raw datawindow rowid? I don't want the row number because it changes when you sort etc. I know you can get the rowid by using GetRowFromRowId, but i would like to have a simple filter like this: rowid in (1,5,7,9,25). I don't want to add my own dummy rowid column, I want to use the rowid that already exists on the native datawindow, but how do you access it?