ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
67389
|
Fri Nov 30 13:19:37 2012 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | Latest | Re: Default filtered view |
UlfO wrote: |
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?
|
Sure. Lets assume you have a "Status" attribute, which can be "open" and "finished", then you need
Options Status = open, finished
Quick Filter = Status
Start page = ?Status=open
The quick filter gives you a drop-down box where you can switch quickly between "open" and "finished", while the "Start page" automatically filters for "open". |
67390
|
Fri Nov 30 13:26:27 2012 |
| UlfO | ulf.olsson@dynamate.se | Question | Windows | Latest | Re: Default filtered view |
Stefan Ritt wrote: |
UlfO wrote: |
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?
|
Sure. Lets assume you have a "Status" attribute, which can be "open" and "finished", then you need
Options Status = open, finished
Quick Filter = Status
Start page = ?Status=open
The quick filter gives you a drop-down box where you can switch quickly between "open" and "finished", while the "Start page" automatically filters for "open".
|
OK, Thanks!
Is it possible to use Start Page with more than one parameter?
For instance if I want to filter on two filter options at the same time, like Status= Open and Status=Ongoing
|
67391
|
Fri Nov 30 13:33:42 2012 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | Latest | Re: Default filtered view |
UlfO wrote: |
Stefan Ritt wrote: |
UlfO wrote: |
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?
|
Sure. Lets assume you have a "Status" attribute, which can be "open" and "finished", then you need
Options Status = open, finished
Quick Filter = Status
Start page = ?Status=open
The quick filter gives you a drop-down box where you can switch quickly between "open" and "finished", while the "Start page" automatically filters for "open".
|
OK, Thanks!
Is it possible to use Start Page with more than one parameter?
For instance if I want to filter on two filter options at the same time, like Status= Open and Status=Ongoing
|
Start page = ?Status=Open|Ongoing
|
67392
|
Fri Nov 30 13:44:06 2012 |
| UlfO | ulf.olsson@dynamate.se | Question | Windows | Latest | Re: Default filtered view |
Stefan Ritt wrote: |
UlfO wrote: |
Stefan Ritt wrote: |
UlfO wrote: |
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?
|
Sure. Lets assume you have a "Status" attribute, which can be "open" and "finished", then you need
Options Status = open, finished
Quick Filter = Status
Start page = ?Status=open
The quick filter gives you a drop-down box where you can switch quickly between "open" and "finished", while the "Start page" automatically filters for "open".
|
OK, Thanks!
Is it possible to use Start Page with more than one parameter?
For instance if I want to filter on two filter options at the same time, like Status= Open and Status=Ongoing
|
Start page = ?Status=Open|Ongoing
|
Thanks a lot!
I love this program, there is no end of the possibilities.
/UlfO
|
68147
|
Fri Oct 23 03:36:18 2015 |
| Dawang | raymund.dawang@gmail.com | Request | Windows | Latest | Columns numeric input are added/computed |
Hi Stefan,
Good day. I'm thinking if this wishlist is already available in elog. The values in columns we're added or computed according to formula set in a single separate column.
Thanks,
Raymund |
68148
|
Fri Oct 23 08:29:33 2015 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Windows | Latest | Re: Columns numeric input are added/computed |
No, formulas are not yet implemented. For such things I would use Google Spreadsheets in meantime.
Stefan
Dawang wrote: |
Hi Stefan,
Good day. I'm thinking if this wishlist is already available in elog. The values in columns we're added or computed according to formula set in a single separate column.
Thanks,
Raymund
|
|
68157
|
Mon Oct 26 15:24:44 2015 |
| Julian Brower | julian.brower@stfc.ac.uk | Question | Windows | Latest | How can we calculate and display the difference between two time entries on a log entry |
See drawing below: We have a beam on and a beam off time. We want to fill in the lost time automaticaaly. Please can you help? Julian
|
Attachment 1: Log_time_entry.jpg
|
|
68158
|
Mon Oct 26 16:48:51 2015 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | Latest | Re: How can we calculate and display the difference between two time entries on a log entry |
Unfortunately elog cannot do calculations based on certain fields. You could however add some Javascript code (via "Bottom text = ..." for example), which does that. But that requires JavaScript knowledge to do so.
Julian Brower wrote: |
See drawing below: We have a beam on and a beam off time. We want to fill in the lost time automaticaaly. Please can you help? Julian
|
|