0
Pending Review
Subgroups by using the IIF expressions
I'm trying to organise my ScreenConnect Subgroups by using the expressions but on the true statement I'm unable to achieve what I'm after
IIF (GuestOperatingSystemName LIKE '*server*', ('!Servers', CustomProperty2) , CustomProperty2 )
Could someone be kind enough to point me in the right direction!
This works fine but I also need to include CustomProperty2 at the end of the true statement.
IIF (GuestOperatingSystemName LIKE '*server*', '!Servers' , CustomProperty2 )
Thanks,
Tom
Customer support service by UserEcho
I am having similar issues with Subgroups.
How many IFF can I nested into one?
I have a company with 5 different locations and I cannot subgroup then.
This is what I have.
IIF (CustomProperty1 LIKE '*Downtown*', 'Downtown_Location', IFF (CustomProperty1 LIKE '*Tempe*', 'Tempe_Location', IFF (CustomProperty1 LIKE '*Dental*', 'Dental_Location', IIF (CustomProperty1 LIKE '*Henderson*', 'Henderson_Location', IFF (CustomProperty1 LIKE '*Pahrump*', 'Pahrump_Location','Owens_Location')))))
Returns (empty)