I am currently working on a project involving scrap tracking.
I am using an SQLite database at the moment and setting up queries to display database information in a table.
I have a couple of questions:
The format of the t_stamp field is unfamiliar to me. Is there a setting where I can change the format to HH:MM:SS DD-MM-YYYY or can I put a command in the query builder to convert the the time to the format I want?
Regarding the table properties, which setting controls the alignment of data?
Hi, you can find all what you need under the columns properties, I cannot provide a screenshot now, but you have to set the columns name as in the sql query and then there are the align and the format properties to change.
I did need up getting it in the end. I ended up switching to MySQL database and following the same setup and it seemed to work fine. Thanks for the support