by rmuetze » Sun Sep 04, 2011 4:31 am
Hello all,
sorry, for not beeing precise. My problem is comparable with DB100's states-example. In general, I do have a food intolerance and must take care about my nutrition. To keep the overview of my meals, I use handbase to collect what I eat. You can imagine that the data are growing very fast.
But collecting the data and gettting information out of the data are two different pair of shoes. In business developement this is comparable with data mining, but data mining might be oversized and is doing much more. So what I would like to get the information behind the data - may be reporting describes my problem a little bit more. A synchronisation of the mobile device handbase with the desktop could be an approach. On the desktop one have more possibilities - but than, I have to look into my desktop ... .
Back to my problem: What I would like to see is an overview by day or by meal. So I create different list views:
One list view with all data is like this (date, meal, what):
30.08.11, breakfast, rye bread
30.08.11, breakfast, marmelade
30.08.11, breakfast, boiled ham
31.08.11, supper, marmelade
31.08.11, supper, rice bread
31.08.11, breakfast, rye bread
31.08.11, breakfast, boiled ham
31.08.11, supper, rye bread
31.08.11, supper, marmelade
When I want to know my meals of a specific day, the date filter for views is fine (e.g. day = yesterday):
31.08.11, breakfast, rye bread
31.08.11, breakfast, boiled ham
31.08.11, supper, rye bread
31.08.11, supper, marmelade
But I also would like to know what I have eaten in the last days. So I would like to have a view, which shows the meals with "distinct "values" (e.g. distinct values last 2 days):
rye bread
marmelade
boiled ham
rice bread
By now, I added a checkbox "hideDistinct". When I open the listview "distinct values" and discover a double, then I check the hideDistinct field. The double is invisible than.
Especially the list view "distict values" could be performed and automated, if handbase supports an option "show distinct values" (on the basis of the option "Update view").
Hope this illustration brings a little bit more light into my situation. As mentioned before, my current solution is a checkbox "hideDistinct" which works fine by now.
Kind regards, rmuetze
Best regards, rm