select name,date,offer_name ,channel,
sum(case
when status = '1' then
1
else
0
end) Active
sum(case
when t.status = '2' then
1
else
0
end) InActive
count(offer_name) as count
from table
Я хочу выполнить вышеуказанный запрос в таблице кибана для отображения данных