Displaying the Aggregate COUNT on Webpage with Wappler

This is such a basic question, I'm sure. But, smh I can't figure it out.
If I were writing in PHP, it'd be easy, but I don't know Wappler's way.

All I want to do is display the Aggregate COUNT from my database.
image

image

My database counts things up properly and returns the right number.
But, how on Earth do I get Wappler to display that counted number?

Just add an Alias in the column next to the Aggregate column in the query builder.

2 Likes

Thank you.
So simple. /smh :joy: