I want to query my google fusion to show certain data within a range that will be provided from a range slider.
I did everything requiring the code, but I am new to querying and I dont know the correct format. Basically It should be something like:
"select geo(kml code column) from <tableid> where Population(my column) from <range1 to range2> "
range1 and range2 should be fed by sliders values.
1 Answer