Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi all,
wanted to count the distinct Lead_id when it changed it state from qualified to Inactive.
attached image for refrence
@rohit18 , You can have a flag column like
New column =
var _date = maxx(filter(Table, [ID] = earlier([ID]) && [Date] < earlier([date]) && [Change] = "Qualified") , [Date])
return
if( [Change] = "Inactive" && not(Isblank(_date)) ,1, 0)
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |