Menu

Create a custom report column

0 votes

How to create a custom report and pass a block of fields values from table or view?

I see that pass the arguments to a report but how send to report, for example, a block of arguments?

The address block is formed by fields:
-street name + ENTER
-city name + ENTER
-country name

How send this block to report?

Thanks in advance.
BR,
Frank.

in Reporting by (180 points)
retagged by

1 Answer

0 votes

What you are looking at doing is including a formatted block of data in your report.

You have two options:

  1. If your database server permits it (SQL Server), then you can create a custom table column that does the formatting for you. You can then simply include that column in your report and you would be done.
  2. The second option is to create a database view to format your data the way you want it. You can then attach that view to your table and include the appropriate column in your report. For more details see: Table Views
by (64.3k points)
Welcome to the dbFront Q&A site, where you can ask questions and receive answers from other members of the community.
 | Minimalist Answer Theme by Digitizor Media
 |
Powered by Question2Answer
...