Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Calednar date dependant dropdown

Hi All, I have a dependant dropdown with dates. in the data, the dates are not in order. is there a way to order the dependant dropdown?

Solved Solved
0 5 174
1 ACCEPTED SOLUTION

Try:

SORT(slice name[start_date], TRUE)

See also:

View solution in original post

5 REPLIES 5

Steve
Platinum 5
Platinum 5

Not in a dependent dropdown. Youโ€™ll have to construct a suitable Valid If expression instead.

so right now i have the valid if statement
slice name[start_date]

what would it be just to order these dates in descending order

Try:

SORT(slice name[start_date], TRUE)

See also:

thanks, but now the next column in the form is not filtering the dropdown. any reason for this?

for whatever reason when you put this in to the next dropdown it works
IN( [_THIS], SELECT(Regions[Country], [_THISROW].[Lead Region] = [Region]))

Top Labels in this Space