Hi All,

My Req is Map the First column value to Second Column Value.

Like Row cell value is empty it should take  Previouse NOt Null value.
1531 0r 1532 or 1533.



Type: one to many mapping....


Flow:
1. get the Row count.
2. using for loop iteration get the cell value.
3. in my DataTable 2nd row is empty, my script should take 1st row value(1531).
4. Row value is 1532 it contune the execution. Next row is Empty value
, it should take 1532 value.

Please suggest me.





PO      SKU     OrderNo
1531    TASK1001        10
        TASK1001        10
        TASK1001        20
        TASK1001        30
        TASK1001        50
        TASK1001        20
1532    TASK1002        10
        TASK1002        10
        TASK1002        20
        TASK1002        10
        TASK1002        10
        TASK1002        10
1053    TASK1003        10
        TASK1003        20
        TASK1003        10
        TASK1003        50
        TASK1003        12
        TASK1003        12
        TASK1003        10
        TASK1003        12
        TASK1003        10
        TASK1003        10
        TASK1003        15
        TASK1003        14
        TASK1003        15
        TASK1003        16
        TASK1003        15
        TASK1003        14
        TASK1003        17
        TASK1003        18
        TASK1003        14
        TASK1003        15
        TASK1003        12
        TASK1003        15
        TASK1003        1

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to