Hi all,
I have a record, but as i enter new data(row) i want to knows the number of records in the table.How do i do this?
Second, from the total, how do i query to get a total base on one column criteria. E.g Category A,B and C.
Thanks
You can read amount of records with a formula COUNT(TableName[KeyColumnName])
COUNT(SELECT(TableName[KeyColumnName],IN([CATEGORY],{A,B,C})))
Where i insert the formula? Thanks?
It depends what do you want to do with that value. Letโs assume you just want to show it. Create an additional Show type column and then add that formula into the โContentโ field.
OkโฆGot it.Thanks
Formula verity and workโฆbut dont show anything on screen. BTW, i create a new table with a column set to show, and content using your formula.Thanks
What is your existing formula?
COUNT(TableName[KeyColumnName]) just like you teach me but i replace the name with mine.Thanks
What is the app name, account ID, table name and column name? I can check the reason if itโs okay
Hi, thanksโฆits works, it have to be in the datatable, creating a separate table for the โsummaryโ shows nothing. Thanks BTW
Youโre welcome
User | Count |
---|---|
16 | |
10 | |
8 | |
5 | |
5 |