Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a question and can you please help me ?
Can we add values from multiple list boxes on selection in to other list box?
Ex: On selecting values form list box A and list box B in to list box C .
please find attached for further details.
Thanks
Don't know the logic behind this, but this?
Expression:
=Subfield(GetFieldSelections(Assoc) & ', ' & GetFieldSelections(Id), ', ')
=Subfield(GetFieldSelections(Assoc, ', ', 100000) & ', ' & GetFieldSelections(Id, ', ', 100000), ', ')
Thanks for the reply.
I have other question.In the below image i want Users to click on values 2 and MMM in New List box and 2 and MMM should be deselected from the ID and Assoc list box. Is that possible? Can you please help me with that?
Thanks
I just wondering, can you please explain the business need behind this requirement?
If you want deselect the values, you may need to clear the values with button option ?
Ya i don't think I know a way to do this. May be swuehl can help.
It's the same like this here: Adding values into List box on selections???, right? Then it's further unclear what do you want to do. How should be the new listbox (field) connected to the datamodel if the other fields the are unconnected? Do you loot for something like this: AND and OR.
- Marcus