Dataviews
I am unfamiliar with dataviews, I have setup a dataview of a dataset and can find its record count, but now I want to be able to use the items within it for example using a dataset.
dataset1.table(0).rows(0).item("Number")
Can you do the same using a dataview? What I need it for is to add up all the figures in a certain column of the dataview.
Thanks
Louisa
|