Quote from
m.burdess on September 18, 2021, 6:36 pm
Went to https://developers.google.com/chart/interactive/docs/querylanguage
And it show that you can use "and" so added it to:
neoGSheetsLoadAsTable "Container3" "[googleSheet]" "select C,D,E" ""
so giving me
neoGSheetsLoadAsTable "Container3" "[googleSheet]" "select ,C,D,E where A = CX2RA and B = 0" ""
The CX2RA will be changed to be [ComboBox1] and the 0 to [slide], when it works
Am I correct or is this function not available?
Went to https://developers.google.com/chart/interactive/docs/querylanguage
And it show that you can use "and" so added it to:
neoGSheetsLoadAsTable "Container3" "[googleSheet]" "select C,D,E" ""
so giving me
neoGSheetsLoadAsTable "Container3" "[googleSheet]" "select ,C,D,E where A = CX2RA and B = 0" ""
The CX2RA will be changed to be [ComboBox1] and the 0 to [slide], when it works
Am I correct or is this function not available?