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] Control Charts (SPC Charts)

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Control Charts (SPC Charts)
 Login/Join
 
Member
posted
Has anyone implemented statistical process control charts in DevStudio and can you give any pointers on how you approached it?

I'm inclined to have the entire calculation effort done on the database side and only use WebFocus to display lines of information. However, I figured I'd ask if anyone managed to successfully implement the logic in WebFocus.

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.7.03
Windows, All Outputs
 
Posts: 8 | Registered: November 14, 2013Report This Post
Member
posted Hide Post
WF has user-settable "reference lines". Perhaps dynamically setting those would work.

COLUMN=N2, ITEM=1, GRAPH-COMMAND='setReferenceLineValue(getReferenceLineY1(0),$VALUE)', $
*GRAPH_SCRIPT
setReportParsingErrors(false);
setSelectionEnableMove(false);
setReferenceTextPosition(getReferenceLineTextY1(0),0);
setDisplay(getReferenceLineY1(0),true);
setBorderColor(getReferenceLineY1(0),new Color(0,0,0));
setFillColor(getReferenceLineTextY1(0),new Color(0,0,0));
setLineWidth(getReferenceLineY1(0),1);
setLineBasicStrokeType(getReferenceLineY1(0),0);
setTextString(getReferenceLineTextY1(0),"");
*END
ENDSTYLE
END

I'm not sure if the above is supported in 7703 (might require WF8?).

Also, I understand that basic SPC charts including P,U,C and X-BAR-R will be available as a built-in feature for the HTML5 graphs in a version of WF8 coming out later this year.


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 1 | Registered: August 14, 2013Report This Post
Member
posted Hide Post
Oooo that would be great! I'm only looking to do the basics. I will ask around on that.

My curiosity will be if it will render in non-HTML5 browsers as we continue to use IE8 for the foreseeable future.

Thanks for the tip on the reference lines, I will give that a shot.


WebFOCUS 7.7.03
Windows, All Outputs
 
Posts: 8 | Registered: November 14, 2013Report 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] Control Charts (SPC Charts)

Copyright © 1996-2020 Information Builders