Focal Point
[CLOSED] Excel Expandable template

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

July 08, 2010, 03:02 PM
Arif
[CLOSED] Excel Expandable template
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
July 08, 2010, 04:05 PM
njsden
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.
July 08, 2010, 04:11 PM
njsden
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.
July 08, 2010, 09:45 PM
Arif
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
July 09, 2010, 09:49 AM
DavSmith
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