Aller au contenu principal

Get a single variable from SQL results

Commentaires

2 commentaires

  • 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

Vous devez vous connecter pour laisser un commentaire.