Bug 140159 - Form Displays Incorrect Column Amount
Summary: Form Displays Incorrect Column Amount
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
7.1.1.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-04 17:30 UTC by putmann1013
Modified: 2021-09-20 09:03 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description putmann1013 2021-02-04 17:30:26 UTC
Description:
Starting in LO 7.1.3 Currency Amount columns in all Form displayed amounts are off by -$.01 The forms are all sourced from summed SQL queries in query design. The SQL queries when open have the correct amounts.

Steps to Reproduce:
1.Tested queries in design view vs form view
2.Uninstalled LO 7.1 and reinstalled 7.0
3.After reinstallation Forms displayed correct amounts in 7.0

Actual Results:
$100.00 in form view
$100.01 in query design view

Expected Results:
$100.00 in form view
$100.01 in query design view


Reproducible: Always


User Profile Reset: No



Additional Info:
Form view should equal Query design view
Comment 1 putmann1013 2021-03-10 01:04:21 UTC
Deleted affected forms and created new ones. Forms now show correct balances
Comment 2 putmann1013 2021-03-10 22:39:04 UTC
Deleted affected forms and created new ones. Forms now show correct balances. Narrowed down the issue. I originally inserted the affected field in the form as a currency field. This currency field was somehow affected by version 7.1 as $.01 less than the actual balance. By creating new forms the affected field was now a formatted field which I formatted as currency and the correct balance is now displayed.