Page 1 of 1
knowing to which group(s) folder(s) a reference belong
Posted: Mon Oct 17, 2016 3:40 am
by isma
Hi
I was wondering whether there is a way to know to which (smart) folder/group a selected reference belong ?
Best regards,
Isma
Re: knowing to which group(s) folder(s) a reference belong
Posted: Mon Oct 17, 2016 10:05 am
by Jon
Select the reference and then hold down the Shift and Option keys. The group(s) will highlight in yellow.
Jon
Sonny Software
Re: knowing to which group(s) folder(s) a reference belong
Posted: Mon Oct 17, 2016 8:13 pm
by AsafKeller
When I try that, I get the following error
An error has occurred: SQL Error line 1:42: unexpected token: type.
Re: knowing to which group(s) folder(s) a reference belong
Posted: Tue Oct 18, 2016 7:37 am
by Jon
Please zip and send me your library (
support@sonnysoftware.com).
Jon
Sonny Software
Re: knowing to which group(s) folder(s) a reference belong
Posted: Tue Oct 18, 2016 10:05 am
by Jon
The SQL search you are using for two groups is invalid. For the groups
DOI missing, PMID missing
PMID missing, have DOI
you have an SQL search that specifies the reference Type, like this:
type = 9 AND user17 is NULL AND user18 is NULL
"type" is a reserved word (by the db engine) and must be escaped. Your search generates an error. It should be
[type] = 9 AND user17 is NULL AND user18 is NULL
Jon
Sonny Software
Re: knowing to which group(s) folder(s) a reference belong
Posted: Tue Oct 18, 2016 10:17 am
by AsafKeller
That solved the problem. As always, thanks much for the rapid response!
Re: knowing to which group(s) folder(s) a reference belong
Posted: Thu Oct 20, 2016 9:58 am
by Dellu
that is wonderful: I was also looking for a way to know the groups
Thanks
Re: knowing to which group(s) folder(s) a reference belong
Posted: Thu Oct 20, 2016 10:46 am
by Jon
You can also tell Bookends to show the groups a reference belongs to in the Concise view (in the right pane). In preferences, tick the checkbox next to groups and drag-reorder it to where you want the group names shown in the reference summary.
Jon
Sonny Software