Tagged Questions
2
votes
2answers
93 views
How fluent should filters be?
I have a few types of filters for a table and they should be concatenated.
So in the end I should get something like this:
URL contains google.com and Visits > 1000 and Date is before 30.12.2011
...
0
votes
1answer
304 views
Date-and-time control for time-series filter
Users of our (non-mobile i.e. mouse UI) web-app do a lot of queries on various lists of time-series values. Part of each query is "from" and "to" timestamps, limiting the range of values for a query ...
2
votes
1answer
164 views
Better way to show the calendars
I'm working on a single report page for a web app. I need to show how to filter the displayed data it be per day (diary) or between two dates (weekly).
When the user select diary (Diario), it shows a ...
