Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I want to setup a rule that a Stream, named QA, appears for anyone.... when there's an app in QA... but when there's not, the Stream should not be visible...
I'm trying this (and a few other ways along the line) but it doesn't seem to work:
((user.name="*" and resource.name="QA" and !resource.Empty()))
Ive also tried with !resourceApp.Sream.Empty() and !resource.Stream.Empty().
Any help will be appreciated.
Thanks.
I'll tag Jeffrey Goldberg (tried at least).
Roberto,
You can make a stream not visible, but I doubt you make it hidden if there are no apps in the stream. Is this just so that the hub remains clean if there are no items for that stream?
jg
Precisely. The cleaner the better.
I saw you posted about using " !resource.App.Stream.Empty()." so I was hoping you might know how I can make it not visible based on that.
Regards