[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] IR-Stats2 - Stats with other fields from the table eprint
- Subject: [EP-tech] IR-Stats2 - Stats with other fields from the table eprint
- From: christian.gutknecht at snf.ch (Gutknecht Christian)
- Date: Tue, 17 Feb 2015 11:54:08 +0000
Hi
I?m trying to generate some reports with other field from the table print like ?ispublished?.
ispublished_report => {
items => [
{
plugin => 'Table',
datatype => 'deposits',
datafilter => 'archive',
options => {
top => 'ispublished',
}
}
],
category => 'advanced',
},
Actually I?m expecting a table with the counts grouped by is published
Published: X
In Press: Y
Submitted Z
However the report always returns ?No data?, any idea why?
(I already have reprocessed bin/stats/process_stats)
Best regards
Christian