Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] EXCEL Pivot Table question

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] EXCEL Pivot Table question
 Login/Join
 
Silver Member
posted
I have a requirement to create an EXCEL file w/ a PIVOT table..but would like the rows to be compressed (aggregated) vs expanded (detail). this allows a 10,000 row table to be opened w/ a much smaller set of rows which is less ovewhelming for the user.

Below is the basic code which creates the pivot table

1. is there a command to enter to 'compress' the rows..or  does the excel file need to have a macro and/or a template to open in

2. if the 2nd..if there good doc on  how to use both (templates and/or macros)

3. Is FORMAT XLSX PIVOT available on a newer release of WF. My only option is FORMAT EXL2K PIVOT..which causes the browser (opening the excel file) to throw an 'unsupported type' error....which the user has to ok out of.

Thanks everyone/anyone w/ any insights into this.
Wm


Code..


TABLE FILE CAR
"Hello"
PRINT SALES
BY COUNTRY
BY MODEL
ON TABLE PCHOLD FORMAT EXL2K PIVOT
ON TABLE SET STYLE *
UNITS=IN, PAGESIZE='Letter', LEFTMARGIN=0.2000, RIGHTMARGIN=0.2000,
    TOPMARGIN=0.2500, BOTTOMMARGIN=0.2500, SQUEEZE=ON,
    ORIENTATION=LANDSCAPE, $
TYPE=REPORT, FONT=TIMES NEW ROMAN, SIZE=8, COLOR=BLACK,
    BACKCOLOR=NONE, STYLE=NORMAL, $
TYPE=HEADING,
STYLE=BOLD,
HEADALIGN=BODY,
$
ENDSTYLE
END

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
 
Posts: 30 | Location: Living in Charlotte, working all over | Registered: July 13, 2015Report This Post
Virtuoso
posted Hide Post
W Kassebaum

The only part of this question I can answer is that I have 8.2.06 and the only format for pivot table is EXL2K.

If the message the users are getting is this. 'The file you are trying to open, 'WFServlet', is in a different format than
specified by the file extension. Verify that the file is not corrupt and is
from a trusted source before opening the file. Do you want to open the file
specified by the file extension.'

Then this is a possible solution.

Changing the windows the windows Security Policy:

a)Download administrative templates for office 2013 http://www.microsoft.com/en-us...etails.aspx?id=35554

b) Add the excel 2013 admx "excel15.admx" to the Domain-Based Group Policy Object. http://msdn.microsoft.com/en-us/library/bb530196.aspx

c) Open Group Policy Object Editor, go to user configuration, administrative templates, Microsoft Excel 2013, Excel Options, security, edit ©Force file extensión to mach file type©, allow and set ©Allow Different©.

http://msdn.microsoft.com/en-u...nageadmxfiles_topic5


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] EXCEL Pivot Table question

Copyright © 1996-2020 Information Builders