I've been trying ti fin the better way filter some information from an spreadsheet, in order to make easier for the user to see the only necessary information.
The next image can show in a easiest way the process
As far as the info search and the advises. the better way to do this is with and gviz query i think that select words search in the spinner to see only those colums.
but my question is if I can see the columns in the list view, because always that I can the info taken from a gviz query it is shown in a label.
and then if someone knows a way to make this in a another way for example with block or a filter code in the spread sheet that will really help me
Here i run to take A,B,C where B=1001. So it returns three ROWS.. Each row will be counted as a list. So here i am getting three list.. And each list contain further three items..
But keep in mind, since your fikterimg the col based on text you must add ' in front of the word also at the end of the word by using join block. Here i filtered wiyh number so no such things are needed
You forgot to call the Web Get method after defining the URL
And it looks like you are expecting to receive the result magically directly after setting the URL... this is not the case... the web component works asynchronously, which means you receive the result in the Web GotText event...
See also METRIC RAT AI2 - Use gviz to get and query google sheet data
because the first thing that the app does is read the spread sheet
and Now when I run the code for the gviz query is not working
it shows me this image
and now what It confuse me is that with the read all we can select the items in the list view and update them and this is one of the main funtion of the app
so can you tell me if we need to create a new code for in the web for the query ? or is it posible to make the filter wirth bloks or even with app script ?