cancel
Showing results for 
Search instead for 
Did you mean: 

How to iterate through Datasource of a Table in SAC ?

I want to read and compare cells of the resultset from a table.

I have tried it with the following code to get any data at all, but it doesn´t work :

var resultset = Table_1.getDataSource().getResultSet();

Text_1.applyText(resultset[1]['@Auftragsnummer'].description);

My goal is to check, if the numbers of the column "Auftragsnummer" are the same.

How can i get the data of every single column?

Accepted Solutions (0)

Answers (0)