Focal Point
[SOLVED] InfoAssist+ Insight issue

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

May 30, 2018, 02:03 PM
BM
[SOLVED] InfoAssist+ Insight issue
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
May 30, 2018, 02:04 PM
BabakNYC
What Gen of WebFOCUS are you running? Insight is a feature of 8203. Does this happen in other browsers?


WebFOCUS 8206, Unix, Windows
May 30, 2018, 02:12 PM
BM
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
May 30, 2018, 02:19 PM
BabakNYC
Are you running this against a hold file?


WebFOCUS 8206, Unix, Windows
May 30, 2018, 02:21 PM
BM
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
May 30, 2018, 02:30 PM
BabakNYC
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
May 30, 2018, 02:44 PM
BM
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
May 30, 2018, 02:51 PM
BabakNYC
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
May 30, 2018, 02:58 PM
BM
Yes, reporting server is 8202M as well.


WebFOCUS 8202M
May 31, 2018, 10:21 AM
BM
Hi,
It was a missing privilege under security settings.
All good now.

Thanks


WebFOCUS 8202M
October 25, 2018, 07:22 AM
MichaelF
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