Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with list of lists #4

Open
raphaelluiz128 opened this issue Apr 4, 2019 · 1 comment
Open

Problem with list of lists #4

raphaelluiz128 opened this issue Apr 4, 2019 · 1 comment

Comments

@raphaelluiz128
Copy link

I’m trying to add a list of items that are the result of a select via SQLite, but an invalid arguments error appears. Have you tried using the shape of the image below? Below are two images, one of the code blocks and another with the designer.

I need to do it this way because I want to define what will appear inside the ‘listview’ for future modifications. For example, if I do a ‘select’ and return me 2columns name, type, but I want the list to include only name.

I know that return is a list of lists, but I can not adapt.

https://imgur.com/GamYmBY

@wproteo
Copy link

wproteo commented May 3, 2020

Hi @raphaelluiz128 , maybe you has been resolve this problem, I solved doing this:
Apparently the SELECT function returns a list of strings, just make some replaces and create a list from comma separated values

blocks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants