In Northwind Inventory apps we have Customers Table View Form. In Table View, in table footer it displays something like "Records 1 of 91"
Now I want to display the total customer number like "91" in my custom page. I Know how to make custom page but I don't know how to display total customers number.
Can anyone help me in this advance topics?
Total Records View in Custom View
Total Records View in Custom View
Regards,
Ashek Rahman Anik
University of Chittagong
Ashek Rahman Anik
University of Chittagong
Re: Total Records View in Custom View
You could use something like this code:
I'm assuming that you are using a custom page as explained in https://bigprof.com/appgini/help/advanc ... cess-pages
Code: Select all
echo sqlValue("select count(1) from customers");

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.