By using expertatexcel.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

Become an Σxpert at Σxcel.com

 


IsDataAvailable

Steps
  • Get datasource name
  • RunQuery(select count(*) from table where ...
  • if data exists
    • Send email that data is being generated
    • Generate the data
    • send email that complete
  • if data not there
    • wait 30 minutes and retry


  •