Hi All, How to check if the splunk search retrieved no results i am using data scrapping to fetch the splunk results. if datascrapping is empty confirmation message should show message box stating no results. Any leads or suggestions would be greatly appreciated.
You are asking like after datascraping how to find the details are present in it or not?
If so
Datatbale.rows.count>0
Gives true if there are data in it otherwise gives false
If not let me know what you are expecting