Hello,
I am looking to extract the days where no documents has been indexed. I am using Data Table to show the number of documents by day. However it does not exclude days where no document has been indexed (count=0). If I could include them, by sorting by count I could get the day list where there is no document.
How could I do that ?
Thanks.