Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I have situation, where i need to select the Region which should have checkbox's and it should be under a dropdown ?
I used listbox to get the regions as in above picture. i need the same as a dropdown..
Will it be possible??
Hi,
You would need to use either an extension object or an inputbox using constraints. See attached.
Miguel
Not a listbox, but you can use a pivot table to do this
PFA
Hi,
But do we have any option of getting checkboxes in that?
Hi,
But i want checkboxes as above image.. is it posssible?
Not using the pivot table unfortunately
You can fake it by using a textbox with text and a image for the arrow down. Add a trigger to the textbox that when clicked it will display the normal list box (without caption) directly underneath. Then set a trigger to the field in that listbox to hide the listbox again
Unfortunately, i want it to be dynamical, as my data is not restricted.
Not sure what you mean, this has nothing to do with data restriction. I'm suggesting to use a textbox looking like a dropdown that when clicked will display the normal listbox directly underneath
Yeah, i Understand that but i want firstly all the regions under a dropdown, then a a check box before every region, so i cant fake using a text box.
So i think it is not possible.