I need to show the maximum and minimum marks in b4xtable. I get the data from Google sheet and I am displaying it in b4xtable. I tried using the below code to get maximum and minimum data . Obviously the code is wrong as I get the error : "java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (no such column: MAXc3)". Could someone guide me as to how to get maximum and minimum value and either highlight it or create a dataview?
Get maximum in 'NEET Mark Column':
'NumberColumn = B4XTable1.AddColumn("NEET MARKS", B4XTable1.COLUMN_TYPE_NUMBERS)'
B4XTable1.CreateDataView($"MAX${NumberColumn.SQLID}"$)