Forums

Count of records

alexatr 08 Jan, 2021
Hallo - at first thanks for this great tool.

Question: In which expression/variable can i get the result of the counting in read_data procedure?
i tried several like {var:read_data59.gruppe1.anzahl} but that doesnt work.
Max_admin 15 Jan, 2021
Answer
just
{var:read_data59}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
alexatr 16 Jan, 2021
perfect - this works fine.

Another question: how can i calculate with this?
Eg left places: 170 - {var:read:data_59} results text and not the numerical value
Max_admin 19 Jan, 2021
use the PHP syntax in a PHP action:
echo 170 - (int)$this->get("read_data59");
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
You need to login to be able to post a reply.