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 Expandable template

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Excel Expandable template
 Login/Join
 
Guru
posted
Has anybody used an expandable Excel template to use summer level accordian? I know IBI doesnt provide summary level accordian report. I have several users in the field I dont want to install JQUERY on end users computer, but I want to use summary level accordian report. Does anyone know how can I acoomplish this?
I know there are some XML to EXCEL datadumps that peoplesoft SQR uses to create accordian reports. Is there anything in IBI webfocus that we can use to accomplish summary level accordian report?

Arif

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


WebFOCUS 7.6.10
Windows
HTML
 
Posts: 294 | Registered: March 04, 2010Report This Post
Virtuoso
posted Hide Post
quote:
I dont want to install JQUERY on end users computer

You wouldn't need to do this anyway. jQuery is not a client application but a Javascript resource. Just make jQuery available in your web server and add a reference to it in the HTML you'd deliver to your users.

<script type="text/javascript" src="http://your_web_server/libraries/jquery.js" /> 



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.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Virtuoso
posted Hide Post
Or better yet, you can use access jQuery directly from a hosted environment such as those provided by Google or Microsoft.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" />


Check Google AJAX Libraries API for more details.



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.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Guru
posted Hide Post
Okay, how about for the library reprots? If I caster these reports,would they work okay on the client computers?


WebFOCUS 7.6.10
Windows
HTML
 
Posts: 294 | Registered: March 04, 2010Report This Post
Platinum Member
posted Hide Post
Arif,

Using the same exact code I POSTED in your previous chain on the expandable question, I was able to run it flawlessly, as is, in Report Caster as a standard email job and as a Library output job.

Some notes:

1) JQuery is stored anywhere you wish that WebFocus can get to. I would suggest on the reporting server as my example showed or in a place in the "Cloud" possibly at JQuery.com or Google as njsden suggested.

2) You will need to devise your own Excel Template with associated VBS code that can automate creation of the outline (unless somebody on FocalPoint has done it and wants to give it up Smiler ) once the raw data is imported.

3) Review this POST. Dan Pinault seems to have been looking for the same thing as you. I don't know if he succeeded.

Cheers!



In FOCUS since 1985 - WF 8.009/8.104 Win 8 Outputs: ALL of 'em! Adapters: Sql Server Teradata Oracle
 
Posts: 161 | Location: Dallas, TX | Registered: February 20, 2009Report 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 Expandable template

Copyright © 1996-2020 Information Builders