GenieACS-GUI : how to filter "blank" values

Sergio Fernández sergio19932 at gmail.com
Fri Feb 17 19:31:53 EST 2017


Hi, Nicolas!

Try with "summary.modulationType" : {"$nin" : ["/^ADSL/", "/^VDSL/"] }

MongoDB syntax is a bit different :-)

Regards

Sergio Fernández Rubio - https://www.linkedin.com/in/sergiofdz/
(+34) 687 016 994
sergio19932 at gmail.com

2017-02-17 8:27 GMT+01:00 Nicolas Grondin <grondin.nicolas at gmail.com>:

> Hi,
> I'm trying to create new graphs and encounter some troubles.
> For example a graph for DSL modulation :
>
>    - ADSL : summary.modulationType = /^ADSL/
>    - VDSL : summary.modulationType = /^VDSL/
>    - Unknown : ??? don't know how to do that
>
> In SQL i know to do that kind of filter : not like 'ADSL%' and not like
> 'VDSL%'
>
> Thanks for you help.
>
> Nicolas
>
> _______________________________________________
> Users mailing list
> Users at lists.genieacs.com
> http://lists.genieacs.com/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20170218/b4a0bbf4/attachment.html>


More information about the Users mailing list