Hi,
I would like to know if it is possible to connect Tableau to an SQL function (Amazon Redshift).
Thanks!
5 réponses
Hi @Ester B,
Guessing you had planned to use the function with Tableau as a form of passthrough similar to Python and r.
Unfortunately, SQL functions cannot be accessed this way, not by Tableau, Qlik, PowerBI et al as they can only be called by and used in SQL scripts.
So if you have a script that you want to use, then you could write an sql statement that utilises the function, that takes parameters (I would use Set parameter actions here for a completely integrated experience), then yes, you could connect Tableau to an SQL function.
Steve