List ref dropbox

Hi,

I want insert in column J by a ref list of column B

when i do it

, i have this the text of list in column F :
3X_9_5_9565feac5fca4a26eb30abd8e7519b660b76b4d7.png

but i want a droplist with the text list in a column B(date)

how can i do that ?
thanks

Solved Solved
0 6 222
1 ACCEPTED SOLUTION

Does setting valid_if = table[column B], and changing Ref to Enum work for your needs?

View solution in original post

6 REPLIES 6

Set column B as the “Label” column, instead of column F.
3X_b_3_b37a103ef79c79b3f92494c1f9a8c8fe6a53dcfe.png

Thanks
But in the table, an other column is use as label for an other ref

I don’t quite understand exactly what you were saying in your first post. Does the dropdown column in question need to be a Ref type?

There’s always the possibility of creating a Virtual Column in the ref’d table, set as the Label, that utilizes CONTEXT() expression to return different label values in different cases (like from different Form Views).

Otherwise you may just need a concatenated Label value, that shows both pieces of data all the time.

Hi,
I need to insert the data in column F from column B with a dropdown,

also in this dropdown, I want to have the data text in column B

In the table from AppSheet, I cannot define column B as label because another column is already defined as label for another ref

Thanks for your help

Does setting valid_if = table[column B], and changing Ref to Enum work for your needs?

Hi,
Yes, a Enum work !!
Thanks

Top Labels in this Space