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] question about ADVIZOR

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] question about ADVIZOR
 Login/Join
 
Gold member
posted
hi all,

I use ADVIZOR to create the graph.


<OBJECT id=TEST1 style="LEFT: 230px; WIDTH: 340px; POSITION: absolute; TOP: 200px; HEIGHT: 160px" tabIndex=4 
codeBase=http://webfocus/ibi_html/visdis/Vz.cab#Version=9.0.2006.210 height=160 width=340 
classid=clsid:XXXXX-XXXX-XXXX-XXX-XXXXXXXX name=TEST>
<PARAM NAME="Files" VALUE="">
<PARAM NAME="Data" VALUE="">
<PARAM NAME="Animate" VALUE="0">
<PARAM NAME="AnimateCommand" VALUE="0">
..........
..........
.........
<PARAM NAME="XAxisText" VALUE="">
<PARAM NAME="YAxisText" VALUE="">
<PARAM NAME="PoolWeights" VALUE="-1"></OBJECT>

<OBJECT id=TEST2 style="LEFT: 230px; WIDTH: 340px; POSITION: absolute; TOP: 200px; HEIGHT: 160px" tabIndex=4 
codeBase=http://webfocus/ibi_html/visdis/Vz.cab#Version=9.0.2006.210 height=160 width=340 
classid=clsid:XXXXX-XXXX-XXXX-XXX-XXXXXXXX name=TEST>
<PARAM NAME="Files" VALUE="">
<PARAM NAME="Data" VALUE="">
..........
..........
.........
OBJECT>

  


I used javascript to refresh the id=TEST :

 

// result 1
var url_file1 ="http://webfocus/ibi_apps/WFServlet?IBIMR_action=MR_RUN_FEX&IBIMR_sub_action=MR_STD_REPORT&IBIMR_fex=app%2test%2efex&IBIMR_folder=%23reportfolder&IBIMR_domain=testtest%testtest%2ehtm";
var url_data1 = "/WFServlet?IBIMR_action=MR_RUN_FEX&IBIMR_sub_action=MR_STD_REPORT&IBIMR_fex=app%2test%2efex&IBIMR_folder=%23reportfolder&IBIMR_domain=testtest%testtest%2ehtm";

// result 2
var url_file2 ="http://webfocus/ibi_apps/WFServlet?IBIMR_action=MR_RUN_FEX&IBIMR_sub_action=MR_STD_REPORT&IBIMR_fex=app%2test%2efex&IBIMR_folder=%23reportfolder&IBIMR_domain=testtest%testtest%2ehtm";
var url_data2 = "/WFServlet?IBIMR_action=MR_RUN_FEX&IBIMR_sub_action=MR_STD_REPORT&IBIMR_fex=app%2test%2efex&IBIMR_folder=%23reportfolder&IBIMR_domain=testtest%testtest%2ehtm";


        TEST1.Files = url_file1;
        TEST1.Data = url_data1 + " XXXX :Y: YYYY";
        TEST1.ShowTitle = "-1";
        TEST1.TitleText = "TEST";
        TEST1.XAxisText = "";
        TEST1.YAxisText = "";

        TEST2.Files = url_file2;
        TEST2.Data = url_data2 + " XXXX :Y: YYYY";
        TEST2.ShowTitle = "-1";
        TEST2.TitleText = "TEST";
        TEST2.XAxisText = "";
        TEST2.YAxisText = "";

 


[result 1] as same as [result 2]!! (some parameter is diferent,but the results are same , I compared them)
the TEST2 result display no data ,the TEST1 have the data,

It's very strange,They are same date,but the results are different.

Who know clear the table with TEST1.Data or TEST2.Data used before I set ?

likt C# code :
 
DataTable DT=new DataTable();
DT = ....;

........
......
DT.clear(); 

when I used other one , it's need DT.clear(); first!

 


Who know clear the table with TEST1.Data or TEST2.Data used before I set ?

Thanks,
James

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


WebFOCUS 7.6.8
WebFOCUS 7.6.10
BI
FLEX
.NET
 
Posts: 97 | Registered: August 18, 2009Report This Post
Expert
posted Hide Post
Hi James,

I passed this to our technicals and was suggested that this doesn’t seem to clear on the problem explanation. So you may want open a case with Information Builders' Customer Support Services so that we can get all the information needed and help get the issue resolved. The phone number is 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report 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] question about ADVIZOR

Copyright © 1996-2020 Information Builders