Page 1 of 1

Blanks for repeating groups

Posted: Fri May 17, 2024 9:25 pm
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

Re: Blanks for repeating groups

Posted: Tue May 21, 2024 6:48 pm
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