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.

 UsersStatusBoolean
product1User AActive 
Product2User AInactiveTRUE
product3User BActive 
product4User CActive 

 

Can anyone please help me on this.

 

Regards

Shirisha.

Answers

  • @1635834 

     

    I have slightly changed line item Status to be as boolean and renamed it "Active?"

    KirillKuznetsov_0-1640162014186.png

    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.