Forum Discussion

st-pat's avatar
st-pat
Occasional Contributor
7 years ago
Solved

0 down vote favorite I have a problem which I don't quite seem to get and therefore not sure about

Hi everyone,   I have a problem which I don't quite seem to get and therefore not sure about any solutions. I have in Soap UI a Data source that gets it's values from an excel sheet, now I tr...
  • JHunt's avatar
    7 years ago

    Use Property Expansions

     

    select *
    from payment 
    where customer = '${#DataSource#cid}'
    and payment_source = '${#DataSource#bank}'