0

I have received some files with SQR extension. When I open it with Hyperion SQR Reporting tool, it shows only a script. How can we view the report layout using this script and how can we run this report. I'm not able to get a proper help doc on designing and executing a SQR report. Can anyone help?

user1482807
  • 183
  • 2
  • 7

1 Answers1

0

From the command line you can run on Windows:

sqrw filename username/password@servername -KEEP

On Linux:

sqr filename username/password@servername -KEEP

Some more information here

Zero Cool
  • 1,866
  • 4
  • 19
  • 28