<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Query with MAX could not be created in GUI"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=143400">143400</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Query with MAX could not be created in GUI
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>7.2.0.1 rc
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Base
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>robert@familiegrosskopf.de
</td>
</tr></table>
<p>
<div>
<pre>Take the following attachment:
<a href="https://bugs.documentfoundation.org/attachment.cgi?id=173603">https://bugs.documentfoundation.org/attachment.cgi?id=173603</a>
Go to Queries → Create Query in Design view.
Choose "Table1".
Choose field "Date" from table.
Run query - works.
Choose function "Maximum".
Run Query.
Query fails (and most of the editor disappears here).
The created code is completely nonsense: Column not found: Maximu in statement
[SELECT MAX( "Maximu" ) FROM "Table1"]
It has to be
SELECT MAX("Date") FROM "Table1"
This bug first appears in LO 7.2.0.1, has never appeared in any version 7.1 or
before.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>