Forum Discussion
champaramaiah
13 years agoOccasional Contributor
Hi,
I am attaching an excel sheet with an example about how the application works
In the excel sheet column A has some parameter names and column [B --> H ] contain date and time.
In row number 10, we have intervals specified for ex: 1 ,5, 10 mins
So when you select the interval as 1 min or 5 min the columns [ B --> H] will also change according to the specified interval [Dynamically changes].
For Ex: If you select interval as 1 min then the columns contain time with one minute difference.
Column [B --> H] is identified as a single object in testComplete.
I need to retrieve a column header
[ example: 27-Dec
1:01]
as a single value. I need to obtain the header value for all the columns.
Table has been created using Java.
I am attaching an excel sheet with an example about how the application works
In the excel sheet column A has some parameter names and column [B --> H ] contain date and time.
In row number 10, we have intervals specified for ex: 1 ,5, 10 mins
So when you select the interval as 1 min or 5 min the columns [ B --> H] will also change according to the specified interval [Dynamically changes].
For Ex: If you select interval as 1 min then the columns contain time with one minute difference.
Column [B --> H] is identified as a single object in testComplete.
I need to retrieve a column header
[ example: 27-Dec
1:01]
as a single value. I need to obtain the header value for all the columns.
Table has been created using Java.