Focal Point
[CLOSED] question about ADVIZOR

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

June 16, 2010, 11:06 AM
Yangyang
[CLOSED] question about ADVIZOR
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
June 30, 2010, 03:41 PM
Kerry
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.