Please,Can anyone tell me how can I compare local sheet data with the value in run time data table?
|
How to compare local sheet values with run time data table values?
|
|
Hi ,
Just check with the below : Step1. Intially read the values from local sheet...(Local_val=datatable("colname",dtLocalSheet) step2. Read the values from runtime datatable ..(runtime_val=datatable("colname",dtGlobalSheet) (note:here runtime datatable is nothing but a trial/duplicate copy of globalsheet) step3. Validate the step1 & step2 and then display the results Code: if (trim(Local_val)=trim(runtime_val)) then
Thanx alot Sreekanth...I was able to execute the above script successfully ang get the expected output.
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Help with Select checkbox from data table value | jayraocourts | 0 | 1,691 |
11-01-2019, 10:25 PM Last Post: jayraocourts |
|
|
|
How To Find Dropdown Object based on Values from the dropdown list | mesg2anil | 12 | 36,167 |
12-19-2017, 10:25 PM Last Post: sandy2404 |
|
|
how to get values of childItem of a webtable | caze | 17 | 122,370 |
11-06-2017, 01:05 PM Last Post: sivaji |
| Trying to create List box in excel sheet at Run time with values yes No | JACKSPARROW | 0 | 2,092 |
01-17-2017, 11:05 AM Last Post: JACKSPARROW |
|
| Inserting variable values into Descriptive Programming Functions | eske99 | 2 | 4,028 |
12-18-2015, 01:47 PM Last Post: vinod123 |
|
Users browsing this thread: 1 Guest(s)

