Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQR Reports

Status
Not open for further replies.

VisualBasicHelp

Programmer
Sep 7, 2005
74
GB
Hi,
I am working on Hyperion SQR reports.
I am a starter and I would like to display as columns and rows. My caption is taking 2 lines for some heading. So I am using as below -

!Column headings
Print 'Subject' (+3,1) Bold
Print 'Date Of' (,12) Bold
Print 'Rand.' (,26) Bold
Print 'Subject' (,40) Bold
Print 'Discontinuation' (,50) Bold

Print 'Number' (+1,1) Bold !if PCL format use - underline
Print 'Birth' (,12) Bold !if PCL format use - underline
Print 'Date' (,26) Bold !if PCL format use - underline
Print 'Status' (,40) Bold !if PCL format use - underline
Print 'Reason' (,50) Bold !if PCL format use - underline

!if using PCL format don't use the following
Print '_______' (+1,1) Bold
Print '___________' (,12) Bold
Print '___________' (,26) Bold
Print '______' (,40) Bold
Print '_______________' (,50) Bold

IS there any other easy way to do it. Because there are lot of reports like this to be generated. If I could do it in an easier way I would have saved lot of time.

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top