Skip to main content

Get a single variable from SQL results

Comments

2 comments

  • Permanently deleted user
    Hi Justin,

     

    Not sure that I understand fully your question but If your second SQL is performed by SQLQuery activity you can access the value with an assign where the Value can be something like (reportRowsDataTable.Rows(0)(0)).ToString  where you can get the value of the first row column of the dataTable. You can also replace column index with the column name in case more columns are returned.

     

     
    0
  • Permanently deleted user
    Of course now I understand. Thankyou Francesca.
    0

Please sign in to leave a comment.