Getting sum from a dataset column

121 views Asked by At

I want to get sum from a dataset column to a label. I have been trying it for a while but could not make it. So, it would be great if you can help me.

1

There are 1 answers

2
merve bıçakçı On

There is a link about datasets, you should check this. It will be helpful : http://www.smartface.io/developer/guides/data-network/dataset-2/

You can reach the values in dataset such as: myLabel.text = Data.myDataset.columnName;