I am trying to ge tthe values and check them in the console using console.
This is how the table looks in the app:
I need to get the values in the test measure comlumn to then check if any of the cells have the value "1".
I inserted this code into the Table_1 - onSelect:
var res1 = Table_1.getDataSource().getResultSet({["Account"]:["42087915-9733-4090-9583-539407984481"]}); console.log(res1[20]);that number is the measur's name.
this is the result.
It seems its giving me the description of the measure but not its internal values.