Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layouts/Reports Filtered Attribute Table Filtering Broken #29231

Closed
qgib opened this issue Feb 27, 2019 · 3 comments
Closed

Layouts/Reports Filtered Attribute Table Filtering Broken #29231

qgib opened this issue Feb 27, 2019 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Print Layouts Related to QGIS Print Layouts, Atlas or Reporting frameworks Regression Something which used to work, but doesn't anymore

Comments

@qgib
Copy link
Contributor

qgib commented Feb 27, 2019

Author Name: Spencer Gardner (@spencerrecneps)
Original Redmine Issue: 21414
Affected QGIS version: 3.4.5
Redmine category:map_composer/printing


Attribute table objects do not populate with data when added to a Layout or Report and filtered to an Atlas object. When the table is added the column headings are visible but no rows are displayed. Appears to be a regression--I had this working in 3.4.2.

Steps to reproduce:

  1. Create a new map document
  2. Add a layer with at least one feature to the map
  3. Add a non-geometry table to the map with an attribute matching an attribute in the layer from Some minor updates to documentation and added shortname to the quickpackage script #2
  4. Create a new Layout
  5. Add an attribute table to the Layout
  6. Activate the Atlas
  7. Filter the attribute table with an expression like the following (modified for your dataset:
    "my_attribute" = attribute(@atlas_feature,'my_attribute')

What should happen: the table is displayed with attribute data from the current Atlas feature
What happens: the table columns are displayed but no feature data is shown

@qgib
Copy link
Contributor Author

qgib commented Mar 1, 2019

Author Name: Giovanni Manghi (@gioman)


  • priority_id was changed from Normal to High

@qgib
Copy link
Contributor Author

qgib commented Mar 1, 2019

Author Name: Spencer Gardner (@spencerrecneps)


It appears this was due to a missed backport on a bugfix to the master branch.
See: #9306

@qgib
Copy link
Contributor Author

qgib commented Mar 1, 2019

Author Name: Nyall Dawson (@nyalldawson)


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Mar 1, 2019
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Print Layouts Related to QGIS Print Layouts, Atlas or Reporting frameworks Regression Something which used to work, but doesn't anymore labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Print Layouts Related to QGIS Print Layouts, Atlas or Reporting frameworks Regression Something which used to work, but doesn't anymore
Projects
None yet
Development

No branches or pull requests

1 participant