mesg2anil
13 years agoRegular Contributor
Handling Dynamic Objects
Hi,
Need information on how to handle dynamic objects?
For ex: If I give date range 01-Jan-2012 To 31-Mar-2012, this will create 3 rows as below...
Start Date End Date
01-Jan-2012 31-Jan-2012
01-Feb-2012 29-Feb-2012
01-Mar-2012 31-Mar-2012
Similarly, If I give date range 01-Jan-2012 to 31-Dec-2012, it will create 12 rows... in this case, my application will create dynamic objects using name as "Item(001)", "Item(002)", "Item(003)"... till "Item(012)"
If I want to compare the value stored in above dynamic objects with excel sheet cell value... how should I compare them??
Need information on how to handle dynamic objects?
For ex: If I give date range 01-Jan-2012 To 31-Mar-2012, this will create 3 rows as below...
Start Date End Date
01-Jan-2012 31-Jan-2012
01-Feb-2012 29-Feb-2012
01-Mar-2012 31-Mar-2012
Similarly, If I give date range 01-Jan-2012 to 31-Dec-2012, it will create 12 rows... in this case, my application will create dynamic objects using name as "Item(001)", "Item(002)", "Item(003)"... till "Item(012)"
If I want to compare the value stored in above dynamic objects with excel sheet cell value... how should I compare them??