I am trying to get the Qty label value using the Query as shown in below image. it is throwing error.
Below code is throwing error
int x=2; Table.query("SELECT Qty FROM ItemList1.x")[1][1];
Below code is not throwing error
Table.query("SELECT Qty FROM ItemList1.2")[1][1];