Forum Discussion
Anonymous
3 years agoNot applicable
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...
- 3 years ago
Hi,
Does this measure work?
=countrows(filter(values(public swipey_core_transaction[card_id]),[Inactive cust]=1))
Ashish_Mathur
3 years agoSuper User
Hi,
Does this measure work?
=countrows(filter(values(public swipey_core_transaction[card_id]),[Inactive cust]=1))
Anonymous
3 years agoNot applicable
Yes it worked!! Tqsm Ashish . I've really working on it for quite some time. Finally with ur help I managed to solved this.
- Ashish_Mathur3 years agoSuper User
You are welcome.