0 How do I present the result count of a DataView in Lava? 6 Dennis Vasquez posted 6 Days Ago Hi all!New here, and to the platform :)Hoping someone could help me with this...I have various custom DataViews, and I simply want to grab the total record count it produces and present it on a page.If you know SQL, it's basically similar to: SELECT COUNT(*) FROM SomeDataView.I know the dataviews aren't stored in SQL Server (at least I don't think so?) - only their criteria.So it's been difficult to even run a DataView outside the DataView area within Rock.Any help would be appreciated!