Hi, one of the last 2 updates broke/changed some exporting features:
1. CSV is now being separated by a ';' which is making it not work in excel. is there an option for separator i missed?
2. all forms of export are stuffing php errors into the file making anything but CSV unreadable if the report generates any sort of PHP message.
here is the error im seeing:
Notice: iconv_substr(): Detected an incomplete multibyte character in input string in [redacted]\mydbr\lib\external\phpExcel\PHPExcel\Shared\String.php on line 566
I dont know about fixing that warning but certainly myDBR shouldn't be putting that message into the file stream.