Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Total Count of Inactive Customers

Hello all, I would like some assistance on how I want to display the total count for my 'Inactive Cust'. This column is based on whether they make a transaction based on certain period. My goal is t...
  • Ashish_Mathur's avatar
    3 years ago

    Hi,

    Does this measure work?

    =countrows(filter(values(public swipey_core_transaction[card_id]),[Inactive cust]=1))