Hello,
Iโm trying to SORT dependent dropdowns in the Valid_If field usingโฆ
SORT(table_name[Column_Name])
Iโm successfully getting the 1st dropdown to appear sorted alphabetically, but the dependent dropdowns break (they SORT properly, but no longer work as โdependentโ on the previous dropdown selection).
Am i doing something wrong or is this the expected behavior when introducing SORT into the Valid_If?
The dependent dropdowns work properly if i remove the SORT() from all associated dropdown columns.
iโm able to get the functionality i am looking for by using the work-around ofโฆ
Valid_If: SORT(table_name[Column_1])
โฆ to the first dropdown and then, for subsequent dropdowns, using aโฆ
Valid_If: SORT(SELECT(table_name[Column_2], [Column_1] = [_THISROW].[Column_1]))
โฆexpression appropriate to the Table and Column(s) in question
Excellent
I believe I might be needing to do the same thing but my expression is incorrect.
I have the following tables:
Note: I would prefer to keep the table structure as is, due the fact that I pull this from our system at work and doing bulk updates would proof difficult if I modified the table structure differently from the source.
Family Segment
Crop
-Unfortunately this table does not show the relationship between Crop
and Family Segment
.
-The relationship is only visible in the Product Segment
below.
Product Segment
-This table show the connection between the Family Segment
and Crop
I now have the following Product table that is referenced to some of the above tables
I would then like to be able to sort the following referenced drop downs when entering a new product in the Product Form
and need help on the expressions.
Family Segment
-The current default if to sort the drop down by Family Segment No and not Family Segment
-I tried the following expression in Valid_if, that sorts the list by Family Segment instead of Family Segment No. The problem is that is seems to want to enter the Family Segment rather than the Family Segment No.
SORT(Family Segment[Family Segment])
Sample Input: Herbs
Crop
-I then would like to see a limited and sorted Crop
drop down options dependant on โHerbsโ input selected previously.
-I am completely stumped on the expression I need for this one.
-Drop Down Options need to be: Basil
, Chives
, Dill
only
User | Count |
---|---|
16 | |
11 | |
5 | |
5 | |
5 |