Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
List of Events
-
Hello again!!
I was looking at the list of events section of the examples page and can't seem to get the example to work with the filters. The list woks fine after changing the:
event-type="eventType" alarm-level="alarmLevel" acknowledged="acknowledged"
To:
event-type="any" alarm-level="any" acknowledged="any"
Works fine with the latter but then it cannot be filtered.
With my limited skills I don't know if i am just missing the obvious or there is a slight error.
Any assistance appreciated.
Cheers!
-
Hi Pikey4
If your filters are not going to be dynamic as they are in a the example you will need to reference the filter as a string
event-type=" 'any' "
what you have done is referenced a variable called "any" which does not have a value at the moment. -
Thanks for you r response,
I have done an upgrade from 3.4 to 3.5 this morning and it now works, so we all good.