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.
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.
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;