I am looking for a table row to retrieve some column values.
The table row may or may not be there.
How do I code to check if the ‘findRow’ is successful?
Currrently I get an error ‘NullPointerException’ in the coding line after ‘findRow’ if the table row is not found (code attached below). Thanks for help with this.
TableRow row2=t_02.findRow(v_sdt,“Start date-time”);
Float v_steps=row2.getFloat(“Steps”);