Question
No data available due to empty data source, applied filter/selection criteria, or fields visibility.
Hello there!
I am using Export Data Store Entity to Excel/CSV Smart Service to export the data in Excel sheet. If I check database, there are records, but through the smart service, in Excel sheet, I am getting the message "No data available due to empty data source, applied filter/selection criteria, or fields visibility."
Also, I have applied filters for specific data shown in excel sheet on the basis of id.
= a!queryFilter(
field: "caseid",
operator: "=",
value: pv!transactionDetails.caseID_int
)
Please assist me in this.
Thanks
