Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enhancement modifications

Former Member
0 Likes
449

Hi there, i have one transparent table,  structure table  and report ...target is we have to pass the data from structure table field to transparent table field and displayed  that field data into a new column in report output.so please give me the suggestions.

Thanku

Hi there, i have one transparent table,  structure table  and report ...target is we have to pass the data from structure table field to transparent table field and displayed  that field data into a new column in report output.so please give me the suggestions.

Thanku

1 REPLY 1
Read only

roberto_vacca2
Active Contributor
0 Likes
420

Hi.

Transparent table contain data that means are database table with contents.

Structure is just a grouping of fields with no content. It can be used to group data in a report.

Once you have data in a structure-field then you just need to modify your DB table from this structure and then show the output within a new structure in the way you want it to be shown.

You should give some details about what kind of data are you managing (standard, custom) and what is the result you want (in a pratical way).

Hope to help

Bye