Select multiple records and receive one-column information from the entire table - Forum

Forum Navigation
You need to log in to create posts and topics.

Select multiple records and receive one-column information from the entire table

Hello and have a good time! How to choose a theme or a record from the table! Get all the data in one column of the table! Thanks
Sample file is attached!

Uploaded files:
  • You need to login to have access to uploads.

Hello, after setting up a sub-routine! We act through the loop.

....................................................................

neoTableSetData [arrayDataloop] [ido] "id" [ido]

..................................................

Math "[totalloopsms]-1" 0 [tadad]
SetVar [phonegoroohialll] ""
................................
Loop 0 [totalloopsms] [ido]
.................................
If [phonegoroohialll] == ""
SetVar [phonegoroohialll] "[arrayDataloop([ido]).phone]"
else
SetVar [phonegoroohialll] "[phonegoroohialll],[arrayDataloop([ido]).phone]"
endif

EndLoop

Hello and good time, dear friends! To use multiple choices! Just put that column as the first column in your neotable subroutine.

. If you get the table from sql database, add this to App Events as well.

neoTableConfigDB "Your container name" "db1" "Table name" "phone"

Uploaded files:
  • You need to login to have access to uploads.
luishp has reacted to this post.
luishp