Matija Šuklje wrote: > OK, I got it to work now and I think I understand it now. > > Although I do have a few questions/remarks on KexiReportPart: > * (why) is it possible to only use one query for one report? A desugn decision i made to simplify things for users, especially those from msa > * what is the big difference between "field" and "text"? Text is for 'long' strings....fields are (well, supposed to anyway) be able to be used for summing, totalling etc aswell > * localisation is wrong or missing — "report date" shows in "mmm dd yyyy" > format (while it should be in "dd.mm.yyyy" for my language), while at the > same time dates from the query are only shown in ISO format > (i.e. "yyyy-mm-dd") Yes, this is a limitation in the version you are using...if you look through the code, you will find something like: //TODO more date formats ;) > > And two separate questions: > * how do I put into the report calculations — e.g. a multiply two floats > in a table and/or a sum? You cant with the version you are using. > * query and input date format are not the same (I reported the bug: > http://bugs.kde.org/show_bug.cgi?id=156751 ) > > > Cheers, > Matija > If you are feeling adventurous, then im working on a new version for Kexi2. It currently supports javascript embedded in 'field controls' so that you can do calculations...you should also be able to manipulate the format of dates/times
Regards Adam _______________________________________________ Kexi mailing list [email protected] https://mail.kde.org/mailman/listinfo/kexi
