Hi,
I am new to Xcelsius.Am working in Xcelsius 2008 wit SP4 installed.
I have 3 combo box .when the user selects the data from the combo box and clicks the "Refresh " button, values will be plotted in the line chart and column chart.
The three combo box are prodName,Qty,Price.when a prodName is selected,the QTY that correspond to that prodName is populated in the QTY combo box.The same scenario applies to price combo box.I am using QaaWS to pull data from the database for the combo boxes.
Let me tell the details of combo box with an example.
prodName QTY Price
ALL ALL ALL
a aa aaa
b a2 bbb
c cc ccc
When i select ALL in the first combo box,the remaining two combo boxes will be populated with al the values with ALL shown in the top.
when i select 'a' as a prodName,the Qty will be populated with ALL,aa,a2 showing ALL at the top label.wen i select 'aa' as QTY,ALL and price for tat particular prod wil be shown.
When i again change the prodName to 'b' the QTY combo box is populated with ALL,aa,a2, but 'aa' is shown as label in the top.But i need to have ALL..
In the combo box behavior tab,i have Dynamic as Selected Item type...
i don't know how to rectify this...