Logics can be used for repetitive Users
Hi
I am having a module with Products list as dimension and Users(Default Users formatted), Status and Boolean(Target Line item) as line items. I need Boolean to be checked for the Products wherever Users are same and Status is Inactive.
Users | Status | Boolean | |
product1 | User A | Active | |
Product2 | User A | Inactive | TRUE |
product3 | User B | Active | |
product4 | User C | Active |
Can anyone please help me on this.
Regards
Shirisha.
Tagged:
0
Answers
-
I have slightly changed line item Status to be as boolean and renamed it "Active?"
To make count work you have to create additional module dimentioned by Users and use SUM function to count the number of mentionings. Then with LOOKUP return value into User count
Let me know if you need more details.
0