Since the update I can no longer select relative date period for a summary grid. No options are available ?
Dear @phillipkearns,
We carried out some tests on the most recent version (9.10.005(2)), and we did not find the problem you reported.
When adding a “Data” field to the summary filter and clicking “Edit”, both tabs (Choosing component and Choosing value) have their respective correct contents, as shown in the image below:
If possible, please provide us with more details about your application so that we can simulate the problem reported.
Best regards!
The table structure is
SET NAMES utf8;
SET time_zone = ‘+00:00’;
SET foreign_key_checks = 0;
SET sql_mode = ‘NO_AUTO_VALUE_ON_ZERO’;
DROP TABLE IF EXISTS attend
;
CREATE TABLE attend
(
idattend
int(11) NOT NULL AUTO_INCREMENT,
attend_date
datetime DEFAULT NULL,
attend_usr
varchar(145) DEFAULT NULL,
attend_url
varchar(145) DEFAULT NULL,
attend_cmp
varchar(145) DEFAULT NULL,
attend_img
longblob,
attend_fn
varchar(145) DEFAULT NULL,
attend_count
int(11) DEFAULT NULL,
attend_lat
decimal(10,8) DEFAULT NULL,
attend_lng
decimal(10,8) DEFAULT NULL,
PRIMARY KEY (idattend
)
) ENGINE=InnoDB AUTO_INCREMENT=479 DEFAULT CHARSET=utf8;
The grid and form are produce automatically using script case.
my system Diagnosis file is attachedPHP 8.1.3 - phpinfo_file.html (101.7 KB)
Is the Relative Period Function with the problem
Thank you for your feedback with more information, @phillipkearns.
We were able to reproduce the problem and it is now under the care of the development team.
As soon as the fix is released, I will be providing feedback through this thread.
Best regards!
Thank-you for your support
update 9.10.006 (21) has fixed the issue. Thank-you