You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for such a great library! A feature that would be really great to add would be scoped/nested variables.
We would like to have a dashboard for "Users", but there are a lot of users in the system, so I would like to first scope the users to a specific account to make that more manageable.
This would be the smart variables definition. I would expect the user_id dropdown to be empty until I select an account_id, in which case user_id would be populated.
smart_variables:
account_id: 'SELECT DISTINCT a.id, a.name FROM accounts a'user_id: 'SELECT DISTINCT u.id, u.email FROM users u WHERE u.account_id = {account_id}'
The text was updated successfully, but these errors were encountered:
Thanks for such a great library! A feature that would be really great to add would be scoped/nested variables.
We would like to have a dashboard for "Users", but there are a lot of users in the system, so I would like to first scope the users to a specific account to make that more manageable.
This would be the smart variables definition. I would expect the user_id dropdown to be empty until I select an account_id, in which case user_id would be populated.
The text was updated successfully, but these errors were encountered: