Zum Hauptinhalt gehen

Get a single variable from SQL results

Kommentare

2 Kommentare

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.