ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
393
|
Tue Jul 15 12:21:27 2003 |
| R. Beekman | rbeekman@hiscom.nl | Question | | Latest | REQ: Preset attribute with current weeknumber. possible? |
Is it possible to preset an attribute with the current weeknumber? |
394
|
Tue Jul 15 12:47:49 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | Latest | Re: REQ: Preset attribute with current weeknumber. possible? |
> Is it possible to preset an attribute with the current weeknumber?
No. All you can do is
Date format = %W
which displays the week number in the "Entry date" field. This number goes
from 00 to 53. Some systems support "%V", which runs from 01 to 53. |
963
|
Mon Feb 28 21:35:57 2005 |
| Gary Mercier | gmercier@newgistics.com | Question | Windows | Latest | Including the text in the CSV export |
Is there any way to include the text of a log message in the CSV export?
Anyway to include a pointer to the attachment? |
964
|
Tue Mar 1 13:39:09 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | Latest | Re: Including the text in the CSV export |
> Is there any way to include the text of a log message in the CSV export?
> Anyway to include a pointer to the attachment?
The text of a log message is usually several lines long. To my knowledge, CSV
only allows single line values, that's why I excluded the text field from the
CSV export. This is different in the XML export, which supports multi-line
values. If you teach me however how multi-line values can be represented in
CSV format, I could easily add that.
As for the attachment, do you just need a name, or a URL back to the logbook?
Should the pointer be in the form "http://elog.server/logbook/attachment.jpg"
or in HTML form like <a href="http:/...">attachment</a> ? |
965
|
Tue Mar 1 17:29:47 2005 |
| Gary Mercier | gmercier@newgistics.com | Question | Windows | Latest | Re: Including the text in the CSV export |
> > Is there any way to include the text of a log message in the CSV export?
> > Anyway to include a pointer to the attachment?
>
> The text of a log message is usually several lines long. To my knowledge, CSV
> only allows single line values, that's why I excluded the text field from the
> CSV export. This is different in the XML export, which supports multi-line
> values. If you teach me however how multi-line values can be represented in
> CSV format, I could easily add that.
>
> As for the attachment, do you just need a name, or a URL back to the logbook?
> Should the pointer be in the form "http://elog.server/logbook/attachment.jpg"
> or in HTML form like <a href="http:/...">attachment</a> ?
I will attempt to use an active x script in a DTS package on SQL Server to parse
the xml and load it into the database. I can see where CSV has it's limitations. |
67266
|
Wed May 9 00:55:08 2012 |
| Danielle Gillanders | danielle.gillanders@fortisbc.com | Question | Windows | Latest | Adding an image to the top text |
Hi there,
I am new to ELOG, trying to add an image (logo) in my top text.
Theme = default
Comment = TRIPLE POINT Log
Top text = Logo.png
results in ‰PNG .
When I just enter a string of text it seems to work fine... I would really appreciate any help!
thanks! |
67267
|
Wed May 9 01:07:43 2012 |
| David Pilgram | David.Pilgram@epost.org.uk | Question | Windows | Latest | Re: Adding an image to the top text |
Danielle Gillanders wrote: |
Hi there,
I am new to ELOG, trying to add an image (logo) in my top text.
Theme = default
Comment = TRIPLE POINT Log
Top text = Logo.png
results in ‰PNG .
When I just enter a string of text it seems to work fine... I would really appreciate any help!
thanks!
|
Hi there,
I'm not sure where it appears in the documentation, but question 9 of the FAQs shows that 'Bottom text' has to be in html - and so does 'top text'
The get-it-done-now way to do it would be
Top Text = <img src=Logo.png>
(and ensure Logo.png is in the same directory as the config file - otherwise you'd best put the path of where it is in).
Of course you can do all sorts of things with this, such as centering, have it so that if you click on the logo you get taken to some other home page, but for
all that sort of thing check up with a guide to html.
|
67388
|
Fri Nov 30 09:08:52 2012 |
| UlfO | ulf.olsson@dynamate.se | Question | Windows | Latest | Default filtered view |
Hi,
Is it possible to have a default filtered view in E-log?
Lets say we have a record with status finished on one attribute.
Is it possible to have a default list view that just shows records with this status?
|