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     [SOLVED] InfoAssist+ Insight issue

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] InfoAssist+ Insight issue
 Login/Join
 
Platinum Member
posted
Hi,
Has anyone experienced an issue with Insight enabled report.

I am able to Run with > Insight and the report runs fine but I do not see "Bucket" or Option" shelf as described in documentation.

Is there a functionality that needs to be enabled by Admin?

Thanks

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


WebFOCUS 8202M
 
Posts: 167 | Location: Montreal | Registered: September 23, 2014Report This Post
Virtuoso
posted Hide Post
What Gen of WebFOCUS are you running? Insight is a feature of 8203. Does this happen in other browsers?


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Platinum Member
posted Hide Post
Thanks
8202M.
As per documentation its part of WF8202 or higher.

I am able to see the option
Click Format > Run with > Insight

But when the report runs I don't see Insight "shelf".
I have tried in both IE and Chrome.

Thanks


WebFOCUS 8202M
 
Posts: 167 | Location: Montreal | Registered: September 23, 2014Report This Post
Virtuoso
posted Hide Post
Are you running this against a hold file?


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Platinum Member
posted Hide Post
no.
I am using Sample file.

Here is the code:

  


ENGINE INT CACHE SET ON
SET PAGE-NUM=NOLEAD
-DEFAULTH &WF_HTMLENCODE=OFF;
SET HTMLENCODE=&WF_HTMLENCODE

SET ARGRAPHENGINE=JSCHART
-DEFAULTH &WF_EMPTYREPORT=ON;
SET EMPTYREPORT=&WF_EMPTYREPORT

SET EMBEDHEADING=ON
SET GRAPHDEFAULT=OFF
-DEFAULTH &WF_STYLE_UNITS='PIXELS';
-DEFAULTH &WF_STYLE_HEIGHT='405.0';
-DEFAULTH &WF_STYLE_WIDTH='770.0';

-DEFAULTH &WF_TITLE='WebFOCUS Report';
GRAPH FILE ibisamp/car
-* Created by Info Assist for Graph
SUM CAR.BODY.SALES
BY CAR.COMP.CAR
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET UNITS &WF_STYLE_UNITS
ON GRAPH SET HAXIS &WF_STYLE_WIDTH
ON GRAPH SET VAXIS &WF_STYLE_HEIGHT
ON GRAPH SET LOOKGRAPH BAR
ON GRAPH SET AUTOFIT ON
ON GRAPH SET STYLE *
*GRAPH_SCRIPT

setPieDepth(0);
setPieTilt(0);
setDepthRadius(0); 
setCurveFitEquationDisplay(false); 
setPlace(true); 

*END
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/ENIADefault_combine.sty,$
TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, CHART-COLOR-MEASURES=OFF, $
TYPE=DATA, COLUMN=N1, BUCKET=x-axis, $
TYPE=DATA, COLUMN=N2, BUCKET=y-axis(1), $
*GRAPH_SCRIPT

setReportParsingErrors(false);
setSelectionEnableMove(false);
*GRAPH_JS_FINAL
"series":     [
        {
            "dataLabels": {
                "visible": false,
                "font": "10pt Sans-Serif"
            },
            "series": "all"
        }, 
        {
            "dataLabels": {
                "visible": false,
                "font": "10pt Sans-Serif"
            },
            "series": "all"
        }, 
        {
            "dataLabels": {
                "visible": false,
                "font": "10pt Sans-Serif"
            },
            "series": "all"
        }, 
        {
            "dataLabels": {
                "visible": false,
                "font": "10pt Sans-Serif"
            },
            "series": "all"
        }
    ],
"blaProperties": {
    "splitY": true
}

*END
ENDSTYLE
END

-RUN



WebFOCUS 8202M
 
Posts: 167 | Location: Montreal | Registered: September 23, 2014Report This Post
Virtuoso
posted Hide Post
I just put this code into 8203 and opened in InfoAssist to turn on Insight and it shows the shelf.

Have you tried clearing browser cache? If that doesn't do it, you might want to open a case with IB tech support.


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Platinum Member
posted Hide Post
Hi,
Thanks .. cleared browser didn't make a difference.

The code I posted was after I enabled "Insight" and saved the report.

Does it add extra piece of code for you to make it "Insight" enabled?


WebFOCUS 8202M
 
Posts: 167 | Location: Montreal | Registered: September 23, 2014Report This Post
Virtuoso
posted Hide Post
No there's no syntax associated with Insight. I think Run with Insight is in a hidden part of the fex up in the very top that gets stripped off when you Edit in Text Editor. So, I had to add it myself. But it doesn't make sense that you see the button but it doesn't run. Is your Reporting Server also an 8202M release?


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Platinum Member
posted Hide Post
Yes, reporting server is 8202M as well.


WebFOCUS 8202M
 
Posts: 167 | Location: Montreal | Registered: September 23, 2014Report This Post
Platinum Member
posted Hide Post
Hi,
It was a missing privilege under security settings.
All good now.

Thanks


WebFOCUS 8202M
 
Posts: 167 | Location: Montreal | Registered: September 23, 2014Report This Post
Member
posted Hide Post
quote:
Originally posted by BM:
Hi,
It was a missing privilege under security settings.
All good now.

Thanks


Which one was the missing privilege?


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 1 | Registered: September 25, 2012Report 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     [SOLVED] InfoAssist+ Insight issue

Copyright © 1996-2020 Information Builders