Is there a datawindow expression that can be used to get the actual row id of a row. Similar to GetRowIDFromRow function.
Follow-up, thanks for every ones ideas. I was trying to avoid adding a column just to keep track of a specific row. Reason I want the "Row id" is so I can track or identify a specific row no matter if the datawindow was sorted, filtered, rows added or moved around. So.. looks like I will have to add a column for this. I can also use this specific row id to manipulate properties of objects just for that row and not effect those same objects on other rows...