Hi all, I have a record, but as i enter new ...

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

0 10 303
10 REPLIES 10

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

Top Labels in this Space