Jump to content
We've recently updated our Privacy Statement, available here ×

How to force column headers to not repeat in 4 column report


dprogrammer
Go to solution Solved by olyncircle,

Recommended Posts

Hello everyone, Is it possible to force column headings to show only once for first row on each page? I have a column styled report and I am showing 4 rows in vertical format and column headings are repeating for all four rows hence creating space problems. 

Currennt sample out put:

Page 1

FirsName:    John Smith       First Name: Ebony Clyde       First Name: Ekin Johove      First Name: Dolat Ram

Dept:            HR                   Dept:            HR                      Dept:            FIN                  Dept:            IT

Salary:         40000              Salary:         38000                   Salary:         50000               Salary:         20000

DESIRED OUTPUT:

Page 1

FirsName:    John Smith     Ebony Clyde     Ekin Johove    Dolat Ram

Dept:            HR                  HR                    FIN                  IT

Salary:         40000              38000               50000               20000

 

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Thank you Olyncircle! That worked.

I alwys thought column_number variable would store how many columns (fields) we have on the report. But looks like column count tells how many columns we are displaying vertically for each distinct row, which in my case was 4. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...