The AppGini Blog
A few tips and tricks to make your coding life a tiny bit better.

#SQL

Get Better Answers from DataTalk: How to Use Hints Effectively

Having trouble getting accurate answers from DataTalk? This guide shows you how to use helpful hints to troubleshoot issues and get the right results, using a real Northwind database example.

Get Better Answers from DataTalk: How to Use Hints Effectively

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 dates

Calculated 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