My Listbox has several columns. One column is a calculated value (calculated using an SQL-Function). The columns from my table used to calculate my special column all have 1 decimal. But my calculated column has from 0 to x decimals!!!
- Is there a way to format my Listbox-column?
- Or is...
My SQL Statemant as it is looks like this:
SELECT (SUM(Time1 + Time2)) / 8 AS Summe
FROM TimeTable;
Is it possible to limit the decimals of the field 'Summe'?
Thanks,
Serrin
serin@gmx.net
Hi,
I've got a report that shows data form two tables. The data in the detail area is ordered in the right way, but the data in the head area doesn't want to be ordered in any way!!!
I tried to use the ->properties -> data -> order by entry which didn't work and i tried to sort the data source...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.