Roberto-
It should work fine to have the applet parameter values as ND static
text fields or static text fields within ND repeateds. You can bind
these fields to the relevant data through the studio. See below for an
example html template snippet.
*******************************************************************
<param name=NFParamScript value = '
DebugSet = LICENSE;
Background = (lightGray, NONE, 0, "$PATTERNS/flock.gif");
Header = ("Monthly Downloads for **stYear**: **stRegion**");
HeaderBox = (lightGray, RAISED, 5);
BottomTics = ("ON", black, "TimesRoman", 16);
LeftTics = ("ON", black, "TimesRoman", 16);
LeftScale = (0, **stScaleMax**);
LeftFormat = (INTEGER);
BarLabels = <!--[[SPIDERREPEAT NAME=rpLabels]]--> **stLabel**
<!--[[/SPIDERREPEAT]]-->;
DwellLabel = ("", black, "Courier", 20);
DwellBox = (yellow, RAISED, 3);
GraphType = GROUP;
DataSets = ("Server #1", blue);
DataSet1 = <!--[[SPIDERREPEAT NAME=rpValues]]--> **stValue**
<!--[[/SPIDERREPEAT]]-->;
'>
************************************************************************
Notice the entry "LeftScale" which indicates that the scale of the chart
should go from 0 to **stScaleMax**. Also the "DataSet1" which will
supply the values from the data object via the repeated static text
field **stValue**. Hope this helps.
Best Regards,
Derek
------------------------------------------
Derek Yoo
Web Yes, Inc.
2269 Massachusetts Ave.
Cambridge, MA. 02139
tel. (617) 494-9900 x 104
fax. (617) 494-0395
e-mail. [EMAIL PROTECTED]
-----Original Message-----
From: Roberto Somoza [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 12, 1999 3:26 PM
To: [EMAIL PROTECTED]
Subject: [ND] How I put together NetCharts with a Netdynamics Page...
Hi NetD experts,
I have a problem regarding How I put together NetCharts2.01 with a
NetDynamics Page which has a data object associated.
I can link applet of NetCharts under NetDynamics Page with built-in
parameter but I can not link the applet parameters of NetCharts with
some resultset of data object.
Best regards,
Roberto.-
________________________________________________________________________
_
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to:
http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]