Header row being filtered by query
-
I run a query on a google sheet and its filtering the header row. I’ve tried using the header_rows=1 to force it to recognize the top row as a header but no joy.
Heres the code being used (it pulls in a region value from a combobox on the page)
[gdoc key="1fPbp0__UZlThgxy5o-AUXbJWIE7fQ_qXYmfumlKckFk" datatables_page_length="100" query="select A, B, D where E contains \'region\' AND A != ''" datatables_order='%5B%5B 1, "asc" %5D%5D']
Any ideas what might be causing this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Header row being filtered by query’ is closed to new replies.