I have one table having 50 entries with Name, Type, Status etc. These are user specific columns.
Each such entries are divided in three Status viz. Active, Expired, Expiring Soon.
A particular user has 20 entries out of which 7 are expired, I want this count (7 expired) in User profile table.
I tried but not able to achieve this. I hope you guys already know how to do this.
There are 9 entries, out of this, 5 are posted by one user and 4 by another user.
So for one user, out of 4, one entry is Expired and for another user also, one entry is Expired out of Five.
I want this count in User Profile Column in respective User Row that he has " 1 " entry with “Expired” Status.
Create a template of name and status joined together. Use the template to create a relation to that same template (relation to itself). Then create a Rollup count against the relation.
I created Template with Name and Existing Status in Main Tab and created another Template with Name (User) and expected Status in User profile Tab, then created relation column with later template to the Former Template and then Rollup.