Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Build String for Report fields

Questions related to nuBuilder Forte Reports and the Report Builder.
fpdragon
Posts: 38
Joined: Wed May 29, 2019 2:50 pm

Build String for Report fields

Unread post by fpdragon »

Hello.

I noticed that there are to ways to place a text into a report:

Field Object
Label Object

I do know that I can print data using multiple Field Objects and placing them with coordinates on different positions. But what if I want to concatenate some data fields to one string and place it in the end in one text area.

I noticed that something similar is done in the page Footer by using hash cookies (?!) in one label object.
Label Object: "Printed : #day#-#month#-20#year# #hour#:#minute#:#second#"
But currently I haven't found out if I can use data values instead of these automatically created cookie values.

And a small additional question:
How can I add a forced return to a Label Object?

Thank you!
Post Reply