You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/26 21:42:53 UTC

[GitHub] sebastianwindeck opened a new issue #5498: SQL Function with Attribute as SQL Expression

sebastianwindeck opened a new issue #5498: SQL Function with Attribute as SQL Expression
URL: https://github.com/apache/incubator-superset/issues/5498
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [Y] I have checked the superset logs for python stacktraces and included it here as text if any
   - [Y] I have reproduced the issue with at least the latest released version of superset
   - [Y] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   
   26.3 
   
   
   ### Expected results
   
   Filter_Value applies to Function as an Argument 
   
   ### Actual results
   
   Error in SQL Execution
   
   ### Steps to reproduce
   
   
   Slice_Filter: Column FOO = 'bar' (selected) of some table 
   SQL Expression for Data of Second slice on the Dashboard:
   `Select * from function(FOO,0,1)`
   --> function is a function or procedure in a Database
   
   So that the superset executes finally:
   `Select * from function('bar',0,1)`
   
   --> How to apply the value in the Filter as Attribute of the Function?
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org