Description: If I create a formatted field in report builder and I want to insert a new formula in this field for example " =IF().. " statement I use its utility to complete the formula. I choose 'If' from the list and a three lines fields will be appear on front, first to enter test, second to enter value if test is true, third if value is false. Now if I press the upward arrow icon button to choose field name, a dialog box appear but this one not working at all. You can not choose any field or use any button on this dialog box, it will stuck. You have to cancel this utility and start it again. Next time if I try to write all the If statement myself, the statement will be cut-off by half when you close it. If you succeed to write complete statement then it will not give you correct results. Is it a bug? If yes, what is the solution? How to patch it? Actual Results: Please see the problem by testing it. I checked on Linux Mint and Ubuntu. Expected Results: The dialog to choose field when entering formula should work and do not stuck. Reproducible: Always User Profile Reset: No Additional Info: I have seen a tutorial video using this functionality and it shows no problem there. Tutor was using LO in windows plate-farm.
Created attachment 150269 [details] Picture of reported dialog.
Please indicate: - whether you are using your Linux distribution provided version ? - the name and version of the Linux distribution ? Some versions released by some Linux distributions have particular problems that are not present in the TDF downloads. There was a known issue in older versions of LibreOffice with not being able to add fields from these windows in the ReportBuilder. This issue was fixed, but as LibreOffice 6.0.7.3 is now obsolete (unless maintained by the distribution), it might be that the fix in question hasn't been integrated in the version you are using. Please try and install a current production release from the LibreOffice website to see whether that solves the problem.
--- Comment #3 from Robert Großkopf <robert at familiegrosskopf.de> --- Could confirm the buggy behaviour. Create a report. Drag a field for text. Go to "Data" in the properties sidebar. Open the functions-wizard with the button with "...". Choose the function IF. Go to the field for "Test" and press the button on the right (arrow up). A dialogue appears, which will show the fields of the datasource of the report. Try to choose one field. No field could be choose, no action available any more. Have to kill the dialogue an whole LO and start new. This all appears in OpenSUSE 15 64bit rpm Linux, LO 6.2.2.2 Comment lost during the BZ outage -> https://lists.freedesktop.org/archives/libreoffice-bugs/2019-March/176604.html
Dear Akhlaq Hussain, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
I cannot reproduce the problem with LO 7.4.2.3. Specifically, the last step on the reproducer of comment 3 works for me. Version: 7.4.2.3 (x64) / LibreOffice Community Build ID: 382eef1f22670f7f4118c8c2dd222ec7ad009daf CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: pt-PT (pt_PT); UI: en-US Calc: threaded
Dear Akhlaq Hussain, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Created attachment 197665 [details] ODB file for database, where Field Chooser form gets stuck in formula in Report Builder ODB file for database, where Field Chooser form gets stuck in formula in Report Builder.
I confirm this bug in LibreOffice in Mabox Linux distro. Version: 24.8.3.2 (X86_64) / LibreOffice Community Build ID: e14c9fdd1f585efcbb2c5363087a99d20928d522 CPU threads: 8; OS: Linux 6.11; UI render: default; VCL: gtk3 Locale: es-MX (en_US.UTF-8); UI: es-ES Calc: threaded Jumbo I have a database where the Field Chooser form gets stuck when entering a formula, using the Report Builder assistant. The formula where this bug happened was: =IF(ISBLANK(test,thenvalue,otherwisevalue)) in field 'Fecha de cierre' in report named conInfoClinica_0 You can see the attachment in comment #7