Some questions
-
- Posts: 35
- Joined: Thu May 20, 2010 11:26 am
- Location: Sweden
Some questions
Hi!
I´m quires to know if any work has been done on the Filter function, or if this function will be realized in a near future?!
Because we need our users (personal) to be able to sort data between different dates and they can´t be forced to change
the SQL query in the database connection (because they have no SQL knowledge what so ever)…
As well if anything has been done to fix the problem with tables and columns with national characters in? (Like åäö)… UTF8 support?
Apart from that your products rocks...!! :biggrin:
Regards
Edmund
I´m quires to know if any work has been done on the Filter function, or if this function will be realized in a near future?!
Because we need our users (personal) to be able to sort data between different dates and they can´t be forced to change
the SQL query in the database connection (because they have no SQL knowledge what so ever)…
As well if anything has been done to fix the problem with tables and columns with national characters in? (Like åäö)… UTF8 support?
Apart from that your products rocks...!! :biggrin:
Regards
Edmund
Some questions
Hello,
Thank you.
We had planned to include the filters in the next prerelease build on January 11.I´m quires to know if any work has been done on the Filter function, or if this function will be realized in a near future?!
Please try to add the 'charset' parameter to a connection string:As well if anything has been done to fix the problem with tables and columns with national characters in? (Like åäö)… UTF8 support?
Code: Select all
server=localhost;database=test_db;user=root;charset=utf8;
-
- Posts: 35
- Joined: Thu May 20, 2010 11:26 am
- Location: Sweden
Some questions
Thanks for your reply...

I have tried that but it keeps telling me "No data found" when I try to retrive columns...
The SQL query looks like this (tried all combinations)
And when I chane to another column without any strange characters it works great...
Regards
Edmund
Looking foward to thatWe had planned to include the filters in the next prerelease build on January 11.

Please try to add the 'charset' parameter to a connection string:
Code: Select all
server=localhost;database=test_db;user=root;charset=utf8;
The SQL query looks like this (tried all combinations)
Code: Select all
select * from baumholder_skåpleveranser_länder
select * from baumholder_skåpleveranser_länder;
select * from 'baumholder_skåpleveranser_länder'
select * from 'baumholder_skåpleveranser_länder';
Regards
Edmund
Some questions
Hello,
We have fixed this error. The update, including filters, will be available in prerelease build on January 11.
Thank you.
We have fixed this error. The update, including filters, will be available in prerelease build on January 11.
Thank you.
-
- Posts: 35
- Joined: Thu May 20, 2010 11:26 am
- Location: Sweden
Some questions
Hi again guys!
Thanks for your updates.
The filter function works as it should but there is still some issues with the special characters.
It works in the connection and retrives all columns in a table that includes åäö in the name.
But when I build a report it won't fetch any data from a colum that includes åäö in the columname.
Best Regards.
Edmund
Thanks for your updates.
The filter function works as it should but there is still some issues with the special characters.
It works in the connection and retrives all columns in a table that includes åäö in the name.
But when I build a report it won't fetch any data from a colum that includes åäö in the columname.
Best Regards.
Edmund
Some questions
Hello,
We will try to fix this error to the next prerelease build on January 18.
Thank you.
We will try to fix this error to the next prerelease build on January 18.
Thank you.
-
- Posts: 35
- Joined: Thu May 20, 2010 11:26 am
- Location: Sweden
Some questions
Hi there!
Now I´m back with some more issues about the Filter function.
I have a table with the following structure.
LogDt (DateTime, like 2010-01-20 18:50:06, 2010-01-20 18:55:06 and so on (YYYY-MM-DD)).
R11_In (varchar).
R12_Ut (varchar).
When I try to add a filter and only get the date in the timespan I keep getting Server Time Out.
First of all I tried the filter and selected Value -> DateTime -> LogDt -> Greater than -> 2010-01-18 00:00:00, but when I close the filter window and reopen it again the '2010-01-18 00:00:00' has disappeared.
Same thing if I remove the time part.
If I use the little calander function I get another time format (DD-MM-YYYY) but it still don´t work (and I cant add a time)...
I also tried the expression part with halmstad_skiftdata.LogDt > 2010-01-01%, halmstad_skiftdata.LogDt > '2010-01-01%', halmstad_skiftdata.LogDt > 2010-01-01, halmstad_skiftdata.LogDt > '2010-01-01' and so on, but nothing works.
Is this an error in the report tool or am I doing something wrong?
Regards Edmund
Now I´m back with some more issues about the Filter function.
I have a table with the following structure.
LogDt (DateTime, like 2010-01-20 18:50:06, 2010-01-20 18:55:06 and so on (YYYY-MM-DD)).
R11_In (varchar).
R12_Ut (varchar).
When I try to add a filter and only get the date in the timespan I keep getting Server Time Out.
First of all I tried the filter and selected Value -> DateTime -> LogDt -> Greater than -> 2010-01-18 00:00:00, but when I close the filter window and reopen it again the '2010-01-18 00:00:00' has disappeared.
Same thing if I remove the time part.
If I use the little calander function I get another time format (DD-MM-YYYY) but it still don´t work (and I cant add a time)...
I also tried the expression part with halmstad_skiftdata.LogDt > 2010-01-01%, halmstad_skiftdata.LogDt > '2010-01-01%', halmstad_skiftdata.LogDt > 2010-01-01, halmstad_skiftdata.LogDt > '2010-01-01' and so on, but nothing works.
Is this an error in the report tool or am I doing something wrong?
Regards Edmund
Some questions
Hello,
Unfortunately, when working with dates in filters you can only set the date. Time will not be counted. We changed the date and time functions, now they can be compared in the expressions. The update will be available in the next prerelease build on February 1. Let us know if you need a new build immediately.
Thank you.
Unfortunately, when working with dates in filters you can only set the date. Time will not be counted. We changed the date and time functions, now they can be compared in the expressions. The update will be available in the next prerelease build on February 1. Let us know if you need a new build immediately.
Thank you.
-
- Posts: 35
- Joined: Thu May 20, 2010 11:26 am
- Location: Sweden
Some questions
Thanks Vladimir!
:feelgood:
No its´s okay, I can wait untill 1 February...
Best Regards
Edmund
:feelgood:
No its´s okay, I can wait untill 1 February...
Best Regards
Edmund
Some questions
Ok!
Thank you for letting us know about this.
Thank you for letting us know about this.