Two Listview in one screen

Hello,

I have designed a project which runs properly with two listview interface in two different screens.
But the problem is, when I try to add a report screen which include both of them, I can’t gather listviews on the last screen. I think the issue is related to variables.

What should I do? Please help me.

Interface should seems like that;
image

Data derived from FirebaseDB for each listview;
image

Blocks are designed like that;

1 Like

You need to test for the tags in your gotValue block

if tag = dbtask then set listview to value

elseif tag = dbtask2 then set listview to value

1 Like

This might work; replace

if tag = dbtask instead of if liste and if tag =dbtask2 instead of if liste2

Does it?

Regards,
Steve

1 Like

It seems like it works.
Thank you very much guys.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.