I want to get a total of amount from this how can I get the amount (i can use a screen scrapping to extract the data)
If you have this as DataTable, try using:
result = table.Compute("SUM(Amount)", "")
it isn’t datatable it is extracted data using screen scrapping
screen scraping should give you a datatable as result…
Hey buddy, congratulations on the scrapping. The Extract Structured Data has an Output property. Click in there and hit Ctrl+K to create a new variable. Your scrapped data should now be in your DataTable variable. Use @bcorrea suggestion to calculate the sum!