Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 726 of 793  Not logged in ELOG logo
ID Date Icon Author Author Email Category OSup ELOG Version Subject
  68249   Thu Feb 4 14:21:19 2016 Cool Francois CloutierFrancois@fcmail.caQuestionWindowsV3.1.1-0767eb0Applying cell style or some sort of subst in list view only
Good day,

I have an attribute that is 25 chars. it can be empty until someone edit it to fill the information.
The default view for that logbook is List. 

Is it possible to display that attribute in list view but not the entire 25 chars ?
What I mean is that if the field is empty, show it as empty but if it has some information, show something like "X" in List view.

I tried playing with Styles and Cell Styles but I couldn't figure it out...
Cell Style seams to require specific values "" to apply the style properties. I can't figure how to apply cell style "if field is not empty" :)

Thanks for your help :)
  68250   Thu Feb 4 14:47:50 2016 Reply Stefan Rittstefan.ritt@psi.chQuestionWindowsV3.1.1-0767eb0Re: Applying cell style or some sort of subst in list view only
> Good day,
> 
> I have an attribute that is 25 chars. it can be empty until someone edit it to fill the information.
> The default view for that logbook is List. 
> 
> Is it possible to display that attribute in list view but not the entire 25 chars ?
> What I mean is that if the field is empty, show it as empty but if it has some information, show something like "X" in List view.
> 
> I tried playing with Styles and Cell Styles but I couldn't figure it out...
> Cell Style seams to require specific values "" to apply the style properties. I can't figure how to apply cell style "if field is not empty" :)
> 
> Thanks for your help :)

Unfortunately something like this is not implemented in elog.

Stefan
  68251   Thu Feb 4 15:07:07 2016 Reply Andreas Luedekeandreas.luedeke@psi.chQuestionWindowsV3.1.1-0767eb0Re: Applying cell style or some sort of subst in list view only
> Good day,
> 
> I have an attribute that is 25 chars. it can be empty until someone edit it to fill the information.
> The default view for that logbook is List. 
> 
> Is it possible to display that attribute in list view but not the entire 25 chars ?
> What I mean is that if the field is empty, show it as empty but if it has some information, show something like "X" in List view.
> 
> I tried playing with Styles and Cell Styles but I couldn't figure it out...
> Cell Style seams to require specific values "" to apply the style properties. I can't figure how to apply cell style "if field is not empty" :)
> 
> Thanks for your help :)

If your server would run on Linux, then the configuration below would just do what you've asked for:

Attributes = X
List change X = $shell(if [ -z "$X" ] ;then echo "";else echo "X";fi)

But since shell scripting is operating system dependent, you'll need to figure out yourself how to do it in Windows.

Cheers
Andreas
  68258   Wed Feb 10 22:55:42 2016 Entry Diegodiego.obradors@ciemat.esQuestionWindows3.1size of atributes in summary mode

Good night,

I would be grateful if someone could indicate me, how could I increase the size of the block where the text of the atribute are in the summary mode.I would like, for example, increase the size of the "subject" you can see on the picture.

Thank you so much!!!

 

 

 

Attachment 1: elog_pic.PNG
elog_pic.PNG
  68259   Wed Feb 10 23:44:38 2016 Reply Diegodiego.obradors@ciemat.esQuestionWindows3.1Re: size of atributes in summary mode

I answer myself... Modify the value of width=100% in the class .listtitle2 in the .css file.

Diego wrote:

Good night,

I would be grateful if someone could indicate me, how could I increase the size of the block where the text of the atribute are in the summary mode.I would like, for example, increase the size of the "subject" you can see on the picture.

Thank you so much!!!

 

 

 

 

  68260   Tue Feb 16 23:19:31 2016 Question Arno Teunissearno.teunisse@simac.comInfoWindowsELOG V3.1.1-3f3Find empty attributes

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.
 

Greetings Arno Teunisse
 

 

  68261   Wed Feb 17 08:18:05 2016 Reply Stefan Rittstefan.ritt@psi.chInfoWindowsELOG V3.1.1-3f3Re: Find empty attributes

Unfortunately not possible.

Stefan

Arno Teunisse wrote:

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.
 

Greetings Arno Teunisse
 

 

 

  Draft   Thu Mar 3 00:02:26 2016  Mike BodineMike.Bodine@alcatel-lucent.comQuestionWindows2.9.2Attribute Field Size Limited to 255 Characters

I currently have an Attribute defined in my .cfg file as  "Format <Attribute> = 0, attribname, attribvalue, 120, 500". I've found if I exceed 255 characters elogd.exe fails. Is there a method that will allow me to exceed 255 characters?

ELOG V3.1.5-fe60aaf