|
|
|
|
|
by lucasfcosta
703 days ago
|
|
Thanks for the comment! That’s possible. For it to work you’d have to create a “dropdown block” and select the “dynamic” option in its settings. Then, you will be able to select a dataframe and the column from that dataframe you want to use as dropdown options. By the way, every query automatically becomes a dataframe so you can use either a query result’s column or a raw Python dataframe. As a side note, I’m putting together detailed product documentation this week too and I’ll make sure to include it there. |
|