Hi all,
I was hoping you can assist with 2 issues I have run into. The 1st is : How can I post process the 'active' attribute so that it's displayed in a widget as 'Online' or 'Offline' instead of true of false respectively? I have used the following command but the wording doesn't change state:
return value===true ? "Online" : "Offline";
Thanks