-
Notifications
You must be signed in to change notification settings - Fork 394
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
Improving support for displaying data from XML subtrees #903
Comments
For complex objects (I mean: not scalar) it should possible to create a patch that displays the class of the object and (if it's a Java object) its toString() value. But I don't think that's a good idea, because if the XML is bigger than your tiny example (eg 20MB size) that output is unusable anyway - and it could result in OOM exceptions. |
Further software evolution would be nice in such a direction.
Data sizes will vary as usual.
How do you think about to take any data size restrictions better into account? |
Personally, I never use the "preview results", because it doesn't work anyway for the reports I develop. But I don't miss it. I am using BIRT to access JDBC data sets. I used XML input only once several years ago and I faintly remember that it was quite hard to achieve what I wanted. For XML input, I think it is much harder to restrict input size (compared with SQL). |
I am referring to query result previews for such questionable software behaviour so that other open issues with report layout settings do not distract from more desirable solution ideas. |
Note: "questionable" means "fragwürdig" in German - it has a negative connotation. Can you provide a PR? |
Further helpful information.
Yes. (For the data with which I am fiddling at the moment.)
Dedicated data formatting would occasionally be nice.
Not directly. I am unsure if circumstances will evolve in ways which will make contributions as pull/merge requests (from me) more likely. |
I am trying the software “birt-report-designer-all-in-one-4.9.0-20220315-linux.gtk.x86_64.zip” out also together with the following files.
Data source:
Query result preview:
Test result:
The data from the XML area “contributor” are not shown (according to the XPath “/contributor” in relationship to the row mapping “/test_data/product”) so far.
🔮 Would it become possible to display the data of an XML subtree within a report list (without specifying corresponding elements explicitly)?
The text was updated successfully, but these errors were encountered: