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.