get function for chart holding list of db objects

2013-09-26 Thread Olaf Hamann
wrote this yesterday night - but was too tired to spell the address right, so here it is again. -- Hi, Im getting stuck - any hints are appreciated! While I finally found out how to connect a +Chart component to a form so that values are shown (Chart Put Function), I do

Re: get function for chart holding list of db objects

2013-09-26 Thread Alexander Burger
Hi Olaf, you are quite close, I think. The 'keyA' relation has a small problem (class +Foo +Entity) (rel keyA (+Ref +Number) 2) (rel keyB (+Ref +String)) '+Ref' takes an optional argument, and '2' should be for '+Number', so correct would be (rel keyA (+Ref +Number) NIL 2) Then,