phmacomber
Technical User
This seems like it should be pretty simple but I am struggling.
I am building a table that will show the name of an application and the table that it is related to. I also need a column that counts the number of tables used by each application.
Example:
APPLICATION TABLES COUNT
Application 1 table 1
table 2
table 3
3
Application 2 table 1
table 3
table 4
table 5
4
etc.
I just can not seem to get the count column to turn out correctly. It seems to be counting something else like fields within the tables. I would greatly appreciate any guidance someone could provide.
Thanks,
Phil
I am building a table that will show the name of an application and the table that it is related to. I also need a column that counts the number of tables used by each application.
Example:
APPLICATION TABLES COUNT
Application 1 table 1
table 2
table 3
3
Application 2 table 1
table 3
table 4
table 5
4
etc.
I just can not seem to get the count column to turn out correctly. It seems to be counting something else like fields within the tables. I would greatly appreciate any guidance someone could provide.
Thanks,
Phil