Focal Point
[SOLVED] Can we specify the name for report

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2047033136

June 07, 2013, 10:48 AM
santu
[SOLVED] Can we specify the name for report
Hi All,

When we generate a PDF report, it will come with some name.Is it possible to specify the name for the report while executing or while sending the request?

This message has been edited. Last edited by: santu,


Web FOCUS 7.7.03
PDF
June 07, 2013, 01:15 PM
Prarie
I'm not sure I understand what you are talking about. Requesting it from where? Sending it how?
June 07, 2013, 01:41 PM
santu
I am able to access the reports from jsp when i click on any link. But those reports are coming with some random name, but i want to generate the report with particular name.

Is it possible to specify the name for our reports?


Web FOCUS 7.7.03
PDF
June 10, 2013, 12:35 PM
njsden
I haven't tested this but it may work:

In your WebFOCUS Client, change your Redirection Settings enabling "Save_Report" for PDF output.

Then in your .fex try something like this:

TABLE FILE CAR
....
ON TABLE PCHOLD FORMAT PDF AS myreport
END


Upon running your code, you may be prompted to Open/Save a file which should now be "myreport.pdf" instead of the random one generated by default.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
June 10, 2013, 12:40 PM
J
That is if you have access to the WebFocus Client settings.

Also, If you use njsden's suggestion, the pdf files will open in a the users default .pdf program (usually some kind of pdf viewer) rather than the browser.

If those two things aren't an issue than go for it

-J


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
June 11, 2013, 07:58 AM
santu
Thankyou for all your reply.

I am not able to findout "Redirection Settings" in my webfocus 7.7.03.

I got this information in below URL how to add the name change feature.

http://documentation.informati....htm?url=topic41.htm

But i am not able to find the "redirection settings". can anyone tell me where this settings will be there in 7.7.03????


Web FOCUS 7.7.03
PDF
June 11, 2013, 08:07 AM
J
Like the link says it is in the webfocus administration console (SERVER/ibi_apps/console/webfocusconsole.jsp) and you will need special privileges like I said.


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
June 16, 2013, 03:36 AM
santu
I am able to access my webfocus administration console. After clicking on "Welcome to WEBFOCUS" link which is on right side i got one window but i didn't found any option for "redirection settings". Can anyone help me where this option will be there?

This message has been edited. Last edited by: santu,


Web FOCUS 7.7.03
PDF
June 17, 2013, 08:15 AM
J
You shouldn't have to click on anything after you sign in besides the options you want to choose from the menu. If all you see is quick links on the left side, then you do not have adequate permissions.

If you have a level of "Developer" on the top-left corner than you will need an admin to change the settings for you.


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
June 18, 2013, 02:09 PM
Rakesh P
it should be under CONFIGURATION


Webfocus 7.1.6, Webfocus 7.7, Webfocus 8
June 19, 2013, 12:50 PM
njsden




Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
June 20, 2013, 02:53 AM
santu
njsden, Rakesh P & J: Thankyou very much for your reply.

njsden: Your screenshot explained me every thing.

I requested for admin access but after giving the access level is showing as a developer then also they are telling we gave you admin level access.

I will check with my admin to get the administrator level access.

Thankyou once again.


Web FOCUS 7.7.03
PDF