Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi Shashank,
See attached file.
Note: I have uploaded the wrong attachment. New one attached.
Hi Shashank,
See attached file.
Note: I have uploaded the wrong attachment. New one attached.
Hi ,
This is helpful for you,
please check it.
Actually I got the on the internet before your reply
But really thanks for helping
Marking as correct answer
HI Tamil,
Please reply the logic used. I am using personal edition, so i cannot open the file. Sorry
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!!