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