Show specific columns with gviz query

Hi dear community, does any body knows how could I see specific colomns a listview?

I use this gviz query

SELECT A, B, C, D WHERE B =

and then I have 3 list view and I need to be seen in the list one column C & D

in the list two colum A
and in the list view tree colum B

but when I errase the index 1 the app does not work

hear is the issue

and the screen said that I want to select list 2 but there is only 1 element

use Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
see also Live Development, Testing, and Debugging Tools
Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

is there something like this ?

image

According to your requirements....

Ok thanks for the help, there are more things about the code

Let me show you the code

image

I think the code are separate

From the latest blocks you have provided, this shows this is NOT what you asked for previously.

In fact, this question has already been answered here:

Just replace the generated list with your gviz query result.

Ok O Will do It and then I go back