Focal Point
Analytics Tab default page

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

July 05, 2011, 12:50 PM
gregv
Analytics Tab default page
Does anyone know how to set the default page on the Analytics tab? When I click the 'Preferences' check mark in the upper right corner of the Analytics page it lets me set the default for the Today page but not the Analytics page.

Thanks.



Greg



current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11

local: WF 8.2 - Windows 7 64bit - Tomcat 6 - MRE / BID - FOCUS - IE11

PMF 8
July 05, 2011, 01:09 PM
Bob Jude Ferrante
You have to do it in code right now.

We'll add a per-user setting for this, at least when we *have* per-user settings (starting in 5.3 we will).

You'll find it in the file analysis_navbar.htm, line 221:

if (product_code == "PMM")
run_report_where = "LAUNCH_PAGE EQ 'a_5_meas'";
else
run_report_where = "LAUNCH_PAGE EQ 'stratrep'";

Change 'stratrep' to the FOCEXEC name of the report you want to start with.

You could of course make this a variable. That's what we're going to do when we make it a per-user setting.

thanks


Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105

I'll take any questions about PMF - business or technical - anytime!

July 05, 2011, 01:33 PM
gregv
Works like charm!
Thanks Bob!



Greg



current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11

local: WF 8.2 - Windows 7 64bit - Tomcat 6 - MRE / BID - FOCUS - IE11

PMF 8