Hello,
Using PB 2017 R3, Postgresql 11
Table A: Columns Field1 varchar(20), Field2 jsonb
Field2 value is updated through a tabular datawindow using exportjson to a string and setitem to Field2. Works fine.
Need to print this Field2 value in a report. Thought of working out with a nested report.
How could I achieve it?
Happiness Always
BKR Sivaprakash
Don't confuse requirements with design. Requirements will say "I need to see these fields on this page: x,y,z. I need to be able to add new xyz, update yz, and delete a row, etc". Requirements do NOT say "put a nested datawindow inside datawindow 1 in the top right corner". Letting users decide where data goes is fine, but don't let them tell you that you have to use a nested datawindow.
When I tried the suggested solution, to put two dw's in a composite and then finally in a freeform, I'm not satisfied with the outcome. The data are not at the proper place to make the report better.
May be the place, 'top right corner', might have shown my interest, but one could understand that difference exists in nested as well as composite report's outcome.
Since I could not achieve the desired result, I came up with some more details. That's all.