How to specify free text input in a dashboard in Snowflake

Viewed 123

I would like to set up a dashboard to display information about a customer.

To do so, the user will need to input an ID which identifies the customer.

I know how to set up custom filters, but those don't seem to allow free text entry.

How do I set up a dashboard that allows a user to input some text which is then used in a query in the underlying worksheet.

2 Answers

Can't be done yet, maybe add it to Snowflake Suggestions in the community page?

Snowflake does not currently support this funtionality.

A workaround is to use a BI tool such as Power BI as a front end.

Alternatively you could roll-your-own using something like R Shiny.

Related