Preset on duplicate, posted by Daniel Sajdyk on Mon Aug 31 22:35:03 2015
|
Hi.
Is there any way that "Preset on duplicate" contain ID entry from which it was duplicated?
|
Find empty attributes, posted by Arno Teunisse on Tue Feb 16 23:19:31 2016
|
Want to use the find function from ELOG to search for empty fields ( Attributes that are not defined )
How to do that ?
Could not find it in the Forum. |
Re: Find empty attributes, posted by Stefan Ritt on Wed Feb 17 08:18:05 2016
|
Unfortunately not possible.
Stefan
Arno |
Re: Find empty attributes, posted by Andreas Luedeke on Wed Feb 17 18:08:53 2016
|
It is possible for normal string attributes: the regular expression pattern "^$" can be used to search for an empty string.
E.g.
in this Forum "ELOG Version" is a required attribute, and should never be empty. But if you search for:
https://midas.psi.ch/elogs/Forum/?mode=threaded&reverse=0&reverse=1&npp=8&ELOG+Version=^%24
you'll
find a couple of entries from a time where it apparently wasn't a required attribute.
Cheers
Andreas
|
Re: Find empty attributes, posted by Stefan Ritt on Wed Feb 17 18:33:18 2016
|
Cool, I didn't know that trick myself, thanks for sharing.
Andreas
Luedeke wrote:
It is possible for normal string attributes: the regular expression |
UTC time, posted by Luca on Mon Jan 9 15:39:59 2017
|
Dear all,
I am trying to have the elog timestamp in UTC time instead of local time using the following config file but without success. Do you know what
I am doing wrong? |
Re: UTC time, posted by Stefan Ritt on Mon Jan 9 17:18:15 2017
|
How do you believe that you can preset a Submission item? Preset only works for attributes, so you have to define an attribute like "Submission
UTC" or similar and preset this attribute with
Preset Submission UTC = $utcdate |
Re: UTC time, posted by Luca on Mon Jan 9 17:26:37 2017
|
Dear Steve,
thanks a lot. Sorry but I am not expert of elog. I "inherited" from a colleague and wanted to see if I can keep it alive but to do
it I would need to move to UTC. Should this command affect the "INSERT CURRENT TIME/DATE" button? It does not seem to change. |