Geetha-LMI commented on issue #5547: Adds a new macro to allow getting filter 
values easily
URL: 
https://github.com/apache/incubator-superset/pull/5547#issuecomment-421997723
 
 
   SELECT action,
   count(*) as times
   FROM logs
   WHERE action in ( {{ "'" + "','".join(filter_values('action_type')) + "'" }} 
)
   GROUP BY 1 
   It is not giving any result set in sql lab. can you explain where to write

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to