grafana/google-sheets-datasource

Select multiple columns which are not side by side

julianofischer opened this issue · 5 comments

Is there a way to select columns like below?
='Sheet1'!B2:B151;'Sheet1'!D2:D151

sounds good -- Given their APIs, this is either better to do as two queries that you join, or as one query that gets every thing and ignores the "skipped columns" IE:

= Sheet1!B2:D151

drop column C

Have the same problem

anyone found any solution for this?

This is not supported @abedhossainn

I'm going to close this feature request. The preferred way is to have multiple queries.