Help me, the data displayed is not correct

I have two queries, namely cash in and cash out in GT

on the front end I use a container component with columns, in each column I use a chart and table component, in column 1 I use cash in data for the chart and table components, in column 2 I use cash out data, for the cash in query no There is a problem with both the chart and table being able to be displayed, but in the cash out query which has a problem with the chart, the chart disappears…
does anyone know the cause?

it should look like this

Your screen can only be connected to one row. It’s most likely connected to the first row in the table if you haven’t set up any filters for the screen. In the first row, your cash out query is empty, so there is nothing for the chart to show.

1 Like

is there a solution?
I created a relation and I tried filtering chart components → options → filter “Cashout” but the result was the same

You need to structure your data is a way that both queries have results in the same row.

1 Like