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".
|