simple question but still I have problem to realize it.
there is table with “anomaly” field which has value 1 or 0.
Now I need to perform percentage calculation how many anomaly with value=1 appears in relation to all anomalies (values 0 +1).
So the idea is simple I need sum() / count() on the same measurement and the same field (anomaly).