GnuCash
Contact   Instructions
Bug 796831 - Report HTML - appending a column does not increase the row counter
Summary: Report HTML - appending a column does not increase the row counter
Status: RESOLVED FIXED
Alias: None
Product: GnuCash
Classification: Unclassified
Component: Reports (show other bugs)
Version: git-maint
Hardware: PC Linux
: Normal normal
Target Milestone: ---
Assignee: reports
QA Contact: reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-29 13:25 EDT by Carsten Rinke
Modified: 2019-03-29 17:55 EDT (History)
3 users (show)

See Also:


Attachments

Description Carsten Rinke 2018-08-29 13:25:26 EDT
Appending ("Col A" "Col B" "Col C") to (("Row 2") ("Row 1")) with gnc:html-table-append-column! creates (("Col C") ("Row 2" "Col B") ("Row 1" "Col A")), which is correct.

But:
(gnc:html-table-get-cell test-table 2 0) "Col C") leads to an error:
"Value out of range"
Comment 1 Carsten Rinke 2018-09-19 09:37:29 EDT
A solution proposal is covered in PR#391

see
https://github.com/Gnucash/gnucash/pull/391/commits/e44f2c475ea92c3d33866cd263ba9bb9c74e6aaa
Comment 2 John Ralls 2019-03-29 17:55:45 EDT
Which is merged and will be released in GnuCash 3.5.

Note You need to log in before you can comment on or make changes to this bug.