Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey All,
Rather than listing every variation of a particular assessment name, I'd like to use WildMatch but I cannot get it to work. I'd like to find every assessment name that has 'log" in the name. I've listed below what works for me right now:
=num(Count({<[VRT Overall Status] ={'In Progress'}, [Assessment Name] ={'Log4j2_Infrastructure', 'Wave_log4j', 'Log4j2_Infrastructure', 'Log4j_Infrastructure'} >}[Tracking ID]),'#,##0;-#,##0; ')
Thank you in advance for your assistance!!
Matt
=num(Count({<[VRT Overall Status] ={'In Progress'}, [Assessment Name] ={"*log*"}>}[Tracking ID]),'#,##0;-#,##0; ')
you're welcome. Glad it helped.
=num(Count({<[VRT Overall Status] ={'In Progress'}, [Assessment Name] ={"*log*"}>}[Tracking ID]),'#,##0;-#,##0; ')
Worked like a dream! Thanks so much!
you're welcome. Glad it helped.