Hi, I need to display the data from an Sql query on one screen. There are 13/14 lines each consisting of 7 fields. What could be the best way to view them?
Thank you
Thanks for your tip Steve.
I had thought of using a ListView, however, they are numeric data and are not stacked well.
I try to see how a Dynamic Table works.
Greetings
I am trying the TableView_v3 and it seems to me that it can be fine. I'm trying to build the csv file from the query output. I just have to solve the problem of holes (when I have no values) that would make the display out of phase.
Thank you all!
usually you get an empty string from the database in case there is no data, which means all rows of a csv table should have the same number of columns...