I'd like to add a tag VEEAM\no-backup tag to the query, meaning that VM's with that tag would be ignored.
Like this, but the tag should be <>, not equal to. How can that be done
CASE
WHEN HasBackups = "No"and Tag("no-backup") THEN "No backup"
-
- Service Provider
- Posts: 22
- Liked: 3 times
- Joined: Aug 29, 2016 1:57 pm
- Full Name: Jarno Arajärvi
- Contact:
-
- Expert
- Posts: 164
- Liked: 57 times
- Joined: Mar 22, 2021 11:19 am
- Contact:
Re: Last backup date grouping question
Hi Jarno,
Have you tried something like this:
There's a reference in the Operators article.
Have you tried something like this:
Code: Select all
WHEN HasBackups = "No" AND Tag(category_name) <> "no-backup"
THEN
-
- Service Provider
- Posts: 22
- Liked: 3 times
- Joined: Aug 29, 2016 1:57 pm
- Full Name: Jarno Arajärvi
- Contact:
Re: Last backup date grouping question
Cheers, that worked
WHEN HasBackups = "No" AND Tag("veeam") <> "no-backup" THEN "No Backup"
Thanks!
WHEN HasBackups = "No" AND Tag("veeam") <> "no-backup" THEN "No Backup"
Thanks!
Who is online
Users browsing this forum: No registered users and 3 guests