C
|
Chris Whitehead 7/14/2024 |
In the query section, you'll need to make the sql a little like this select Nummer, SUM( Aantal) as Aantal FROM tablename GROUP BY Nummber You'd also have to update the delete event so it deletes all the records with the same Nummer |
J
|
Jan author 7/14/2024 |
thanks for the valuable tip ! |
F
|
FR 7/15/2024 |
Chris - you beat me to it. Was just coming to post here about SQL SUM and GROUP BY. I - if you are going to build database centric web apps, you want to spend some time getting familiar with SQL basics. Suggested reading: https://www.w3schools.com/sql/ |
C
|
Chris Whitehead 7/15/2024 |
@FR It's all about getting the answers in early to get the XL points, we do get points don't we? That would be a good idea, put answers in and get points which we can swap for Xlinesoft plugins. |