Focal Point
[CLOSED] HTML Question

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

October 19, 2015, 03:49 PM
RobertF
[CLOSED] HTML Question
Without getting into the depths of an issue we have, our IS dept is suggesting that the code found in one of our dashboard parameter properties on an HTML page should not be there. All I know is that, by default, it is there on EVERY parameter. Removing it seems to make the things run sloooooooow.

What is thee ramification of altering the property for the paramater on the HTML form from this:
TABLE FILE TBLMSTR_UNITS
SUM FST.TBLMSTR_UNITS.TBLMSTR_UNITS.IDXSPECIALTY
BY TBLMSTR_UNITS.TBLMSTR_UNITS.IDXSPECIALTY
// TODO: Add your filters here to replace defaults
ON TABLE PCHOLD FORMAT XML
END


to this:

TABLE FILE TBLMSTR_UNITS
SUM FST.TBLMSTR_UNITS.TBLMSTR_UNITS.IDXSPECIALTY
BY TBLMSTR_UNITS.TBLMSTR_UNITS.IDXSPECIALTY
ON TABLE PCHOLD FORMAT XML
END


I would think it would have no impact...no?

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


WebFOCUS 8206.08
Windows, All Outputs
October 19, 2015, 04:41 PM
Francis Mariani
It is odd, but that '//' makes the line a comment, so removing it should make no difference to performance. The comment is added by Dev Studio HTML Composer, and maybe also by App Studio Canvas.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
October 19, 2015, 04:45 PM
RobertF
well removing it appears screw everything up! But thanks for confirming that it was just a comment.


WebFOCUS 8206.08
Windows, All Outputs
October 19, 2015, 04:56 PM
Francis Mariani
I suppose the intelligent GUI needs this as a placeholder... Frowner


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server