#SQL
Calculated age field (given date of birth)
Calculate the age of a person based on their date of birth via an SQL query in a calculated field.
Calculated age field (given date of birth)How many ways can you turn a field into a phone link in AppGini?
This post demonstrates several ways to turn a field into a phone link in AppGini, using hooks, PHP, JavaScript, and SQL.
How many ways can you turn a field into a phone link in AppGini?Working days between 2 dates
Calculate the number of working days between 2 dates in your AppGini app.
Working days between 2 datesCalculated expiry date field (given production date and validity period)
Calculate the expiry date of an item based on its production date and validity period via an SQL query in a calculated field.
Calculated expiry date field (given production date and validity period)How to find non-active users in AppGini
This article shows you how to find non-active users in AppGini by running an SQL query in PhpMyAdmin.
How to find non-active users in AppGini