Yes, I'm using Drop Downs for this project. I'm attempting to create an inventory management system for my department.
- I think I'm in classic, but I'm not 100% sure.
- Default is currently blank as I've been playing around with it.
- Items: I created cascading drop downs for two different sets of lists. One for Locations and one for Categories.
Example of the Items Drop Downs for Location:
Building Location: Distinct('Inventory Location Dropdown Values', Title)
Storage Location: Distinct(Filter('Inventory Location Dropdown Values', Title = dd_BuildingLocation1.Selected.Value),SubLocation)
Shelf Location: Filter('Inventory Location Dropdown Values', SubLocation = dd_StorageLocation1.Selected.Value)
- I'm not sure how to answer your last question. Are you asking for things like dd_StorageLocation1? Which is what I've named one of the dropdown boxes.