cancel
Showing results for 
Search instead for 
Did you mean: 

Implement DrillDown in xcelsius 2008

Former Member
0 Kudos

Hi,

I am new in xcelsius 2008. I want to implement drilldown option. For this I have taken a list box and I want to write the selected item of the list box into the excel sheet, so that the other components can read that from excel sheet and use those values for binding. Can you please show me a sample code to do that. Your help would be greatly appreciated.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

On the ListBox control select the Insertion Type of Label, and then set the destination cell for theselected Label. Other components will then be able to read the Label from the selected cell.

Also, click on the small information icon, which will demonstrate how to use the selected Insertion Type.

Hope this helps

Charles

Former Member
0 Kudos

Thanks for replying,

But my question was how to write the list box selected item to the excel sheet's shell for output. Whereas you said to assign an excel shell. But I want to know how write the selected value to that shell. Can you please show me a sample code to do it.

Thank you.

Former Member
0 Kudos

Hi ,

Go to > Properties of the list box > In source data > Select all the source cells.

In destination > Select a blank row and same number of columns.

And for your chart select the destination as the source data.

For more information go into menu and look for filter example

Hope this helps.

Regards,

Vinay