tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Send a Geometry field to a script #568

Open qrossy opened 2 years ago

qrossy commented 2 years ago

Is it possible to send a geometry list as a parameter to a script ?

I tried with ATTR([Geom]) and COLLECT([Geom]), but it doesn't work.