How to create custom dropdownlist with Grouped data in Adobe Flex? - actionscript-3

I wish to create a custom dropdown list which shows grouped data. The one having title of (category) sub-data shouldn't be selectable while other ones (names) should be selectable.
Expected output should be something like below data to be shown in Dropdown list
Administrators
John
David
Users
Peter
Steven
James
Members
Jury
Image for Reference:

Related

Dropdown list dynamic data in jinja

First of all im using python and flask.
I have a signup form for my websits, it has two drop down lists
for example if users selects A from dropdown1 the dropdown2 should show A1,A2 and A3
and if user selects B the second drop down list should include B1,B2 and B3
I've searched the internet but could not find any suitable answer.
Thanks for this amazing website :))))

Have several drop down menus with independent filters

I am currently developing a script in Apps Script to assign a locker room and a locker for each new person arriving in my company.
To make it simple, I have a "Dressing" tab in my Sheets that generates a list of people scheduled to be dressed (boots, PPE, ...) every day.
I have another tab that corresponds to my locker room database.
The idea is that, for each new person added automatically in the "Dressing" tab, a drop-down menu with the list of lockers and, depending on the choice of locker, the list of available lockers can be added automatically. Small subtlety, it is possible to accommodate two people in the same locker but, if a locker is free, I want it to appear at the top of the drop-down menu.
To do this, I went through a filter (in J2 in the "BDD LockerRoom" tab) in order to have the lockers corresponding to the choice made in the drop-down menu.
I don't think it's complicated to be able to add a dropdown menu for each new person added automatically in the "Dressing" tab, but what I can't do is to be able to generate the data for several dropdown menus at the same time.
For example, I have 3 people in my "Dressing" tab. What I would like is for 3 drop-down menus to appear in column I and especially for them to be independent of each other. That is to say that if I choose a locker for one of the people, it does not update the list of lockers for the other 2.
I hope I have made my explanations clear enough.
If it is not the case, do not hesitate to ask me for more information.
Thank you in advance for your help (file link)
To clarify, I will detail later what I would like for 3 new people registered automatically in the "Dressing" tab.
First of all, for each new person, I would like in column I in the same tab a drop down menu with the list of dressing rooms to which the person can be assigned. So I created a simple drop-down menu in which I retrieve the data from column A of the "LockerRoom DB" tab.
It is for the continuation that it gets complicated. I would like to display the available lockers from the "BDD LockerRoom" tab once a locker has been selected for the people in the "Dressing" tab. Two people can be assigned to a locker, hence the letters A and B to differentiate them.
To do this, I created a filter in column J of the same tab with the formula :
=index(sort({FILTER($B$2:$B$3351;($A$2:$A$3351=Dressing!I2)*($D$2:$D3351=""))};2;TRUE();0;1)).
This allows me to display the available lockers (without names entered in "BDD LockerRoom" for A and B). It also displays first the empty lockers (without name in A) and then the B lockers. In the screenshot below, you can see that there are names for locker A(wash) in front of lockers 1_A, 2_A and 2_B. And my filter gives me the list in column J of the same screenshot.
I then created another drop down menu in column J of the "Dressing" tab in order to have all the lockers present in the filter.
The problem I have is that since I have designated Dressing!I2 in my filter, the data in the dropdown menu for cells I3 and I4 refer to the choice of the first dropdown menu.
So I would like to modify my filter so that it is updated each time a dressing room is chosen in one of the different drop-down menus (no matter how many).
Hence my request. I hope I have been a little clearer in my explanations. Please excuse me if it is not the case.

How to create dynamic dropdown linked in google Forms from sheets

I am trying to develop a link between google sheets and google forms to enter the relevant information. However I can create dependent dropdowns in google sheets, but I can't see how you can create a dynamically linked drop-down in google forms. Example is:
Dropdown 1 = LIst of groups, for example, G1, G2
Once selected the drop-down 2 is prepopulated with the the people in G1 or G2 if selected.
So G1 list has Ben, David and Phil
G2 list has Sarah, Claire and Karen
So if I selected G2 in Dropdown 1 I should get Sarah, Claire and Karen in the Dropdown 2 list to choose from.
However I need to have the dropdown 2 entries inserted in the same field in google sheets as if I had chosen G1 and then selected Ben, David or Phil.
Hope that is clear
You can't modify on the fly a Google Forms, it is not possible by API, so changing dropdown 2 after user fill dropdown 1 is not possible.
Only things possible is to change drop down after a user submission for next submission like the add-on from ranger https://gsuite.google.com/marketplace/app/form_ranger/387838027286 can do.
Stéphane

Displaying a single parameter from multi parameter list

I have been struggling and hoped someone can help/provide hints. My SSRS report has multiple parameters and I have page breaks in relation to the parameters.
In simple words I have a multiple parameter containing (and then displays their calories):
Orange, Banana, Kiwi etc
If the user chooses Orange and Kiwi, it displays the Oranges information on one page (page break) and the kiwis on the next. In my header I want to capture to the parameters (Orange in first page, kiwi in second)
I seem unable to find any information besides a join which isn't the correct solution since join will display both orange and kiwi on both pages.
Thanks.
Try something like this -- It will pull the array location = the dynamic current page number from the array of selected Parameters and return that array locations value:
=Parameters!YourParameter.Value(Globals!PageNumber-1)

Grouped CSS Menu

I apologize if this question already exist but I'm not sure what is this called to even search for the correct resources.
I'm trying to create a tabbed header menu for different groups of people. In a sense, each group has their own custom menu which may still share pages. What I'm trying to do is to make the navigation intuitive depending who the site visitor is (what is relevant to the visitor).
eg.
| Student | Teacher | Parents |
| ----------------------------|
| Timetable, Homework, Activities ........|
| Student | Teacher | Parents |
|-------------| |-------------|
| Homework, Schedule .....................|
| Student | Teacher | Parents |
|---------------------------| |
| Timetable ..............................|
As you can see, the Student and Parent group menu both have "Timetable" page. The contents of the page is exactly the same (pointing to the same url). However, if a visitor accessed the Timetable page from the Student menu tab, when the page loads, the menu should show the navigation menu under the Student tab. Likewise if a visitor accessed the page via Parent tab.
Of course, I planned to add colours to the different tabs to further differentiate them, and even further dropdowns on certain items, but I'm stuck even at this preliminary stage.
Can anyone help enlighten me what is this feature called? Any name i could google with. I could read up resources and code it from then on. My searches so far are very disappointing and frustrating :(
Thanks much :)
one option i can suggest is
well first you will need to know who got in ...create log in window with logic you desire... log in with guest choice for parents
then you will have to create an asp file with option to check who is connected to show the right tab
(or you can create an choice bottom/input with JavaScript check)
http://www.w3schools.com/tags/tag_select.asp
look for something like
change Tab based on HTML Select value
on this site
it's not the full answer but it is beginning