You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: