I need to print all the values of a particular column name in a table in a web application. I have extracted the particular record id and the column name. I am getting printed only the first value. I am always getting the match count=1.
I need to print all the values which are matching the correlation, i.e I want some thing like 'ORD=All' similar to Load Runner. In Jmeter except that template $1$ , $2$, do i have any functions or methods to print all the captured values?