Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Blanks for repeating groups

Questions related to nuBuilder Forte Reports and the Report Builder.
Post Reply
shuray
Posts: 30
Joined: Sun Apr 23, 2023 3:36 pm
Has thanked: 10 times
Been thanked: 5 times

Blanks for repeating groups

Unread post by shuray »

Hi!
Is there an ability in Reports to skip (replace to blanks) any repeating values in report lines?
For example,

Instead of:

Code: Select all

Order#1     Material#1
Order#1     Material#2
Order#2     Material#3
Order#2     Material#4
Order#3     Material#5
I would be happy to see:

Code: Select all

Order#1     Material#1
            Material#2
Order#2     Material#3
            Material#4
Order#3     Material#5
Thank you
saultpastor
Posts: 42
Joined: Sat Jul 18, 2015 8:04 pm
Has thanked: 3 times

Re: Blanks for repeating groups

Unread post by saultpastor »

I think what you're trying to do is...

In the report designer under group properties Make a group using the name of the field with the Order# then put the field obj for the order number in that header.
Then put the field obj for the Material# in the Detail header.

It should look like this:

Order#1
Material#1
Material#2
Material#3
Order#2
Material#4
Material#5
etc.

Craig
Post Reply