Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem with the List box selections

Hi Geniuses,

I have two month list boxes which are unrelated to each other what I want to achieve is that when I select Multiple months in one listbox then the same will get selected in the other list box.

For single month selection we can do getfieldselection() but it is not taking the multiple months

Attached is the sample qvw for your reference

Thanks in advance

1 Solution

Accepted Solutions
tamilarasu
Champion
Champion

Hi Shashank,

See attached file.

Note: I have uploaded the wrong attachment. New one attached.

View solution in original post

5 Replies
tamilarasu
Champion
Champion

Hi Shashank,

See attached file.

Note: I have uploaded the wrong attachment. New one attached.

maniram23
Creator II
Creator II

Hi ,

This is helpful for you,

please check it.

Anonymous
Not applicable
Author

Actually I got the on the internet before your reply

But really thanks for helping

Marking as correct answer

Anonymous
Not applicable
Author

HI Tamil,

     Please reply the logic used. I am using personal edition, so i cannot open the file. Sorry

tamilarasu
Champion
Champion

Hi Rubandoss,

No worries. Having personal edition is not a sin. So don't be sorry.

Goto Document Properties -> Triggers -> Field Even Triggers -> Select the field which you are using for selecting the month -> OnSelect -> Actions -> Select in Field -> Field -> Enter the field name which you want to apply the selections -> Search String -> ='(' & GetFieldSelections(Field_Name,'|') & ')' -> That's all.

I have attached screenshot for your reference. If you face any issues kindly let me know. Happy weekend!!

Capture.PNG