flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
The number of fail transaction of each flow addresses
kiacrypto
The number of fail transaction of each flow addresses
Updated 2022-06-04
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
payer
,
count
(
*
)
as
fail_tx
from
flow
.
core
.
fact_transactions
where
tx_succeeded
=
false
group
by
1
having
fail_tx
>
100
order
by
2
desc
Results
Run a query to Download Data