<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 - EDITING In the base query designer I would like to be able to request it to parse down the criterion of a column"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134049">134049</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>EDITING In the base query designer I would like to be able to request it to parse down the criterion of a column
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0.7.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </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>tj_trevor.jones@yahoo.co.uk
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
I would like to be able to generate a query like the following :-

SELECT * FROM "Table1" 
WHERE ( "FieldA" = :AskA  OR "FieldA" IS NULL) AND 
       ("FieldB" = :AskB  OR "FieldB" IS NULL )

This could be by the use of brackets (as in the SQL)or some marker in the
column


Steps to Reproduce:
1.Click on Query
2.Click on Query in Design View
3.Enter as per attached screen shot
4.Click on switch design view on/off 

Actual Results:
It's an enhancement request.

Expected Results:
SELECT * FROM "Table1" 
WHERE ( "FieldA" = :AskA  OR "FieldA" IS NULL) AND 
       ("FieldB" = :AskB  OR "FieldB" IS NULL )


Reproducible: Always


User Profile Reset: No



Additional Info:
After encountering the end bracket continue parsing at the row of the open
bracket and the column to the right of it.</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>