Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Count number of rows under particular column of webtable
#2
Not Solved
Hai..
There is no perticular method for row count for perticular column...
But it is possible to do like this...

Code:
s=0
for j=1 to datatable.getrowcount
datatable.setcurrentrow(j)
i=datatable.getsheet(1).getparameter(2).value
if i<>"" Then
s=s+1
End If
Next
Msgbox s
Reply


Messages In This Thread
RE: Count number of rows under particular column of webtable - by nandu - 05-26-2009, 05:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  does WebTable Object provides a method to get column number umer830 4 12,938 07-06-2018, 09:32 AM
Last Post: vijaychourasiya0109@gmail.com
  Link in a webtable in a webtable Soulwalker 1 2,845 07-19-2017, 01:44 PM
Last Post: Ankur
  Fetching total number of records inside a webtable vidya2k2 2 3,897 06-15-2015, 02:55 PM
Last Post: venkatesh9032
  How to Delete Rows with duplicate values in 1 columns in excel thru QTP. arpan 0 2,811 02-09-2015, 08:47 PM
Last Post: arpan
  Webtable actions are not getting recorded, but ObjectSpy is able to identify webtable sahilarora2000 2 3,888 06-13-2014, 04:27 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)