Hi all,
I’m building a dashboard using Xcelsius 2008 SP1.
I need to select multiple values from a column and send the resultset to a new table.
So, I know that I can use the “list builder” component, but this component has a limitation, in a few words there’s not a filtered rows option in its property sheet.
Does someone know some workarounds to select multiple values from a column at the same time??
Hi MyXcelsius…
so I’ve just seen the link you posted, but I’m sorry it can’t help me.
I attached an image in which I show what I need…maybe it’s more clear.
Now i understand. Unfortunately the listbox does not pass multiple parameters. I think we need to wait for a custom component from someone. Alternatively you can try and use check boxes, im not sure whether you can acheive what you wanted using that, however its worth a try.
Hiii,
I’m trying to build this component from scratch but it’s not easy…
Do you have some actionscripts in which there’s a listbox code?? I can extend the code but I don’t have the know-how to build it from scratch…
Hi Admin,
I’ve figured out the solution and now I’m working on it. So, the only issue I have is that I cannot use the ChangeWatcher and the ChangeHandler functions if I use a List… so do you know which functions I can use to send my selected Items to my defined excel destination??
Its not easy to build a Flex Component unless you have some experience in OO Programming. Specially in AS3 and FLEX. The CX 2008 SDK tutorials gives a good description about the design, however its not going to help if you are a beginner in designing FLEX components. The below link might help you with a source code for a check box list. Checkout the preview and download the source files. Play with it, you might find this helpful. Remember that this is not CX source code, this is only the flex component source code, if you want to make it into a CX component, you need to use CX and FLEX SDKs and also the CX Property Sheet.
Hi all,
I’m going to finish my multiselect listbox component, but there’s one last issue to solve.
I can establish a comunication from propertysheet to the actionscript but I’m not able to establish a comunication from the actionscript to the propertysheet. In other words, I can change the title and the labels in my listbox, but when I select some labels (one or more), I cannot see them in my destination excel cells. Does someone know the way to fix this??
What’s the right way to send my selectedItems to the excel cells??
Good to know that you already designed your own component. I think you will get a quick response if you post this question on any of the Flex Forums. Below are some of the links:
I have also run into the problem of passing multiple parametrs from a list box component…could you throw some light in building this component or some references that will help in building something like this…