Skip to main content
Tayyab Hussain
Inspiring
March 21, 2015
Question

How Do I Print my reports Horizontally using Coldfusion Report Builder

  • March 21, 2015
  • 1 reply
  • 266 views

Hi-

I want to print my reports Horizontally rather vertically using Coldfusion Report Builder. I am using a very simple query

SELECT

      Zones.Zone_id,

      Zones.Zone_name,

     Count(employees.cnic) as Employees

FROM Zones, Employees

WHERE Zones.zone_id=Employees.zone_id

GROUP BY Zones.zone_name

Or say Daily/Monthly Zone Sale with Zones in Rows and Dates/Months in Columns

Thanks

Tayyab Hussain

This topic has been closed for replies.

1 reply

EddieLotter
Inspiring
March 23, 2015

Have a look at my response to your post in the Report Builder sub-forum.