diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index cc52b38b784a14cb3a72b4e1079dc0675f843d3f..9278e399c91298692744931cfecf04cc0cb94239 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -3434,7 +3434,7 @@ See also `downloadButton`_ to offer a download of an uploaded file.
       record, if table columns `fileSize` and/or `mimeType` exist.
 
       * If there are more than one Upload FormElement in a form, the automatically update for `fileSize` and/or `mimeType`
-        can't be used.
+        are not useful - the columns only handle
 
     * In :ref:`Upload advanced mode`  the `fileSize` and / or `mimeType`  have to be updated with an explicit SQL statement::
 
diff --git a/extension/qfq/qfq/report/Report.php b/extension/qfq/qfq/report/Report.php
index 9ffd8d583fe00ec1668a061bf2a9cd1a45d8883c..bbe04d01005f35f4ad67a217abc269ea43c6eb32 100644
--- a/extension/qfq/qfq/report/Report.php
+++ b/extension/qfq/qfq/report/Report.php
@@ -617,8 +617,10 @@ class Report {
             $keyAssoc = OnString::stripFirstCharIf(TOKEN_COLUMN_CTRL, $keys[$ii]);
             if ($keyAssoc != '') {
                 $assoc[$keyAssoc] = $row[$ii];
+
             }
 
+
             if ($flagOutput) {
                 //prints
                 $content .= $this->variables->doVariables($fsep);