yogeshsd / query2report

Query2Report is a simple open source business intelligence platform that allows users to build report/dashboard for business analytics or enterprise reporting
https://sourceforge.net/projects/query2report/
GNU General Public License v3.0
51 stars 23 forks source link

how to use data types List ? #18

Open SaranTst opened 5 years ago

yogeshsd commented 5 years ago

you can use it in following way

select city,min(temp),max(temp) from temperatures where city in {list:city_names} and then you can provide comma separated values as input