Is it possible to count an integer row?
For example I have a field called Seats and people put integers (1-5) in it.
And I want to count this so if the first person has 4 seats the second 5, that it counts 9 seats.
findyourlift wrote: Is it possible to count an integer row?
For example I have a field called Seats and people put integers (1-5) in it.
And I want to count this so if the first person has 4 seats the second 5, that it counts 9 seats.
Thank you for your help.
Jonas
You can certainly query the database directly (comprofiler table).
If you want to display this on a profile you would need the CB Query field plugin.
First thank you for answering.
And second, how can I query the database with comprofiler table, sorry I am new with CB.
And thank you for posting the plugin, but I first want to try it without the pluging, maybe it works.
findyourlift wrote: First thank you for answering.
And second, how can I query the database with comprofiler table, sorry I am new with CB.
And thank you for posting the plugin, but I first want to try it without the pluging, maybe it works.
Thank you for your help.
You need to use something like phpmyadmin and learn basic SQL statements.
(Google is your friend on both topics)