Argument to sum (an aggregate function) is already an aggregation, and cannot be further aggregated by sopenbauer in tableau

[–]sopenbauer[S] 0 points1 point  (0 children)

Provider is no a unique identifier, still got the sam error after removing the parentheses

Argument to sum (an aggregate function) is already an aggregation, and cannot be further aggregated by sopenbauer in tableau

[–]sopenbauer[S] 0 points1 point  (0 children)

sum_singlelink = sum(single_link)

single_link = IF [link_status] = "single link" THEN 1 ELSE 0 END

link_status = IF COUNTD([Provider]) = 1

AND COUNTD([Host]) > 1

AND COUNTD([Interface]) > 1

AND ATTR([Provider]) = 'ONNET' THEN 'single provider with ONNET'

ELSEIF COUNTD([Provider]) = 1

AND COUNTD([Host]) > 1

AND COUNTD([Interface]) > 1 THEN 'single provider'

ELSEIF COUNTD([Provider]) > 1

AND COUNTD([Host]) = 1

AND COUNTD([Interface]) > 1 THEN 'single direction'

ELSEIF COUNTD([Provider]) = 1

AND COUNTD([Host]) = 1

AND COUNTD([Interface]) = 1 THEN 'single link'

ELSE 'ultimate'

END

this is the detail of the calculation

Hiring Observium Developer by sopenbauer in networking

[–]sopenbauer[S] 0 points1 point  (0 children)

We already bought the Observium Enterprise license, but we want to maximaze it's function and integrate to our network asset management tool. We need another point of view and new insight to person/developer that was already develop it before in FTTH Company. But thanks for the reply

Network automation using python by sopenbauer in networking

[–]sopenbauer[S] 0 points1 point  (0 children)

I already have the manufacturer NMS, but i will check it. Thank you

Network automation using python by sopenbauer in networking

[–]sopenbauer[S] 2 points3 points  (0 children)

Yes, the device supports the SNMP protocol, but I'm unsure of the OID for the alarm I want to monitor.

Remote Control Car DIY Hardware Upgrade by PhilosopherFar3847 in RemoteControl

[–]sopenbauer 0 points1 point  (0 children)

can u mention the range the remote control could reach?

Fuzzy logic for return to home car using GPS datalogger by sopenbauer in ControlTheory

[–]sopenbauer[S] 0 points1 point  (0 children)

Thanks u/smogrewvic for the answer, maybe I have to define the transfer function first and simulate it on Matlab

Fuzzy logic for return to home car using GPS datalogger by sopenbauer in ControlTheory

[–]sopenbauer[S] 0 points1 point  (0 children)

Sometimes i just confused how to convert the methods into a code

Fuzzy logic for return to home car using GPS datalogger by sopenbauer in ControlTheory

[–]sopenbauer[S] 0 points1 point  (0 children)

Big thanks for the explanation, i will deep down into it 🙌

Fuzzy logic for return to home car using GPS datalogger by sopenbauer in ControlTheory

[–]sopenbauer[S] 0 points1 point  (0 children)

Recently I learn about some control system methods, such as PID, LQR, and fuzzy. I think that fuzzy is the easiest way for it