V.S. wrote:I have a few feature requests which would be very useful in HanDbase...
1. A Summary or Report field that would display the specified value (average, sum, highest, lowest, etc.) of any Database's selected field.
Thanks for your requests- as you saw in another post, this is done a different way currently in HanDBase. That information is possible, but not to be placed into a value of a field. This is something that I haven't seen requested in a field before, but seems like a useful idea for some instances. I'll consider this for a future major update in the years to come!
2. Date criteria for Conditional field. Eg. IF date is less than 30-Jan-2011 the value = x Else value = y OR IF date is in the specified range the value = x Else value = y
You can already do this, but the value you compare to is entered as a numeric value using this format:
#days since 1/1/1904
To determine this you can make a calculated field having the formula: date field + 0 (outputted to an integer value) and set your date field to the date you're looking for.
3. Field for day of the week like Monday, Tuesday, Wednesday, etc. with default value as current day. Even if there was an option to display the Date with the day of the week it would be very helpful.
This one I've received a few times and hope to implement some day in the future!
4. Filter for Current Week or Current Month. There is a filter for trailing week/month and coming week/month but no filter for current week or month.
[/quote]
These already exist! The option of This Month to date or This week to date are the ones you should be looking for!